diff --git a/doc/TODO b/doc/TODO index c174260ca85..36f46113e21 100644 --- a/doc/TODO +++ b/doc/TODO @@ -20,8 +20,17 @@ http://developer.postgresql.org. Administration ============== -* -Allow administrators to safely terminate individual sessions either +* Allow administrators to safely terminate individual sessions either via an SQL function or SIGTERM + + Lock table corruption following SIGTERM of an individual backend + has been reported in 8.0. A possible cause was fixed in 8.1, but + it is unknown whether other problems exist. This item mostly + requires additional testing rather than of writing any new code. + + http://archives.postgresql.org/pgsql-hackers/2006-08/msg00174.php + http://archives.postgresql.org/pgsql-hackers/2007-04/msg00218.php + * Check for unreferenced table files created by transactions that were in-progress when the server terminated abruptly diff --git a/doc/src/FAQ/TODO.html b/doc/src/FAQ/TODO.html index 59ac9949fe6..6872320c749 100644 --- a/doc/src/FAQ/TODO.html +++ b/doc/src/FAQ/TODO.html @@ -26,8 +26,16 @@ first. There is also a developer's wiki at

Administration