Re-enable pg_terminate_backend() using SIGTERM. SIGTERM testing still
Bruce Momjian <bruce@momjian.us>
Re-enable pg_terminate_backend() using SIGTERM. SIGTERM testing still needed.
Files
| Path | Change | +/− |
|---|---|---|
| doc/src/sgml/func.sgml | modified | +15 −4 |
| doc/src/sgml/runtime.sgml | modified | +9 −1 |
| src/backend/utils/adt/misc.c | modified | +7 −12 |
| src/include/catalog/pg_proc.h | modified | +3 −1 |
| src/include/utils/builtins.h | modified | +2 −1 |