1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-27 12:41:57 +03:00

Add desciption for terminate:

>
>   Currently SIGTERM of a backend can lead to lock table corruption.
>
This commit is contained in:
Bruce Momjian
2005-06-24 21:28:30 +00:00
parent b90f8f20f0
commit f3dbacab0c
2 changed files with 7 additions and 2 deletions

View File

@ -2,7 +2,7 @@
PostgreSQL TODO List
====================
Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
Last updated: Fri Jun 24 00:40:44 EDT 2005
Last updated: Fri Jun 24 17:28:23 EDT 2005
The most recent version of this document can be viewed at
http://www.postgresql.org/docs/faqs.TODO.html.
@ -93,6 +93,9 @@ Administration
* Allow administrators to safely terminate individual sessions either
via an SQL function or SIGTERM
Currently SIGTERM of a backend can lead to lock table corruption.
* Un-comment all variables in postgresql.conf
By not showing commented-out variables, we discourage people from