From e4725e35be7b36ae3c21c6f5d94bb3fb4afede67 Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Thu, 8 Jun 2006 18:59:01 +0000 Subject: [PATCH] Add URL. > > http://archives.postgresql.org/pgsql-patches/2006-06/msg00096.php > --- 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 8bb63c4f78..2e78c6772a 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: Thu Jun 8 12:07:13 EDT 2006 +Last updated: Thu Jun 8 14:58:57 EDT 2006 The most recent version of this document can be viewed at http://www.postgresql.org/docs/faqs.TODO.html. @@ -31,6 +31,9 @@ Administration [pg_upgrade] * Check for unreferenced table files created by transactions that were in-progress when the server terminated abruptly + + http://archives.postgresql.org/pgsql-patches/2006-06/msg00096.php + * Allow administrators to safely terminate individual sessions either via an SQL function or SIGTERM diff --git a/doc/src/FAQ/TODO.html b/doc/src/FAQ/TODO.html index 5115529a44..1209e929e1 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: Thu Jun 8 12:07:13 EDT 2006 +Last updated: Thu Jun 8 14:58:57 EDT 2006

The most recent version of this document can be viewed at
http://www.postgresql.org/docs/faqs.TODO.html. @@ -35,6 +35,8 @@ first. [pg_upgrade]

  • Check for unreferenced table files created by transactions that were in-progress when the server terminated abruptly +

    http://archives.postgresql.org/pgsql-patches/2006-06/msg00096.php +

  • Allow administrators to safely terminate individual sessions either via an SQL function or SIGTERM

    Lock table corruption following SIGTERM of an individual backend