Revert addition of pg_terminate_backend() because of race conditions.
Bruce Momjian <bruce@momjian.us>
Revert addition of pg_terminate_backend() because of race conditions.
Files
| Path | Change | +/− |
|---|---|---|
| doc/src/FAQ/TODO.html | modified | +9 −1 |
| doc/src/sgml/func.sgml | modified | +4 −15 |
| doc/src/sgml/runtime.sgml | modified | +1 −8 |
| doc/TODO | modified | +10 −1 |
| src/backend/tcop/postgres.c | modified | +2 −10 |
| src/backend/utils/adt/misc.c | modified | +14 −49 |
| src/include/catalog/pg_proc.h | modified | +1 −3 |
| src/include/storage/proc.h | modified | +1 −3 |
| src/include/utils/builtins.h | modified | +1 −2 |