mirror of
https://github.com/postgres/postgres.git
synced 2026-06-09 00:32:10 -04:00
Fix missing word in comment.
This commit is contained in:
parent
6d94cc6ca1
commit
196799d676
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue