8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6d94cc6 commit 196799dCopy full SHA for 196799d
src/include/libpq/libpq-be-fe-helpers.h
@@ -5,7 +5,7 @@
5
*
6
* Code built directly into the backend is not allowed to link to libpq
7
* directly. Extension code is allowed to use libpq however. However, libpq
8
- * used in extensions has to be careful to block inside libpq, otherwise
+ * used in extensions has to be careful not to block inside libpq, otherwise
9
* interrupts will not be processed, leading to issues like unresolvable
10
* deadlocks. Backend code also needs to take care to acquire/release an
11
* external fd for the connection, otherwise fd.c's accounting of fd's is
0 commit comments