Fix missing word in comment.
authorNoah Misch
Mon, 8 Jan 2024 19:39:56 +0000 (11:39 -0800)
committerNoah Misch
Mon, 8 Jan 2024 19:39:56 +0000 (11:39 -0800)
src/include/libpq/libpq-be-fe-helpers.h

index 41d04afab5a4191283917bdddc913ce4e203b399..6a7b023ad73753152b79d3c1cedb619028f24d84 100644 (file)
@@ -5,7 +5,7 @@
  *
  * Code built directly into the backend is not allowed to link to libpq
  * directly. Extension code is allowed to use libpq however. However, libpq
- * 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
  * interrupts will not be processed, leading to issues like unresolvable
  * deadlocks. Backend code also needs to take care to acquire/release an
  * external fd for the connection, otherwise fd.c's accounting of fd's is