From f3dbacab0c033ab43b8a6378cdb1ee368018bcd2 Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Fri, 24 Jun 2005 21:28:30 +0000 Subject: [PATCH] Add desciption for terminate: > > Currently SIGTERM of a backend can lead to lock table corruption. > --- doc/TODO | 5 ++++- doc/src/FAQ/TODO.html | 4 +++- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/doc/TODO b/doc/TODO index 4611db9af3..73e4fce37b 100644 --- a/doc/TODO +++ b/doc/TODO @@ -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 diff --git a/doc/src/FAQ/TODO.html b/doc/src/FAQ/TODO.html index 1f857e540a..e17f3bbb93 100644 --- a/doc/src/FAQ/TODO.html +++ b/doc/src/FAQ/TODO.html @@ -8,7 +8,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. @@ -90,6 +90,8 @@ first.

  • 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 thinking that re-commenting a variable returns it to its default. -- 2.40.0