|
5 | 5 | *
|
6 | 6 | * Code built directly into the backend is not allowed to link to libpq
|
7 | 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 |
| 8 | + * used in extensions has to be carefulnotto block inside libpq, otherwise |
9 | 9 | * interrupts will not be processed, leading to issues like unresolvable
|
10 | 10 | * deadlocks. Backend code also needs to take care to acquire/release an
|
11 | 11 | * external fd for the connection, otherwise fd.c's accounting of fd's is
|
|