From a464dc07fede5818bb01aaa75e4c941f02773746 Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Fri, 11 Apr 2008 19:14:57 +0000 Subject: [PATCH] Update URLs for dead space map. --- doc/TODO | 7 ++++++- doc/src/FAQ/TODO.html | 7 ++++++- 2 files changed, 12 insertions(+), 2 deletions(-) diff --git a/doc/TODO b/doc/TODO index 7af6aa9eb7..91948fb0c5 100644 --- a/doc/TODO +++ b/doc/TODO @@ -1,7 +1,7 @@ PostgreSQL TODO List ==================== Current maintainer: Bruce Momjian (bruce@momjian.us) -Last updated: Thu Apr 10 14:57:53 EDT 2008 +Last updated: Fri Apr 11 15:14:41 EDT 2008 The most recent version of this document can be viewed at http://www.postgresql.org/docs/faqs.TODO.html. @@ -1446,6 +1446,11 @@ Vacuum http://archives.postgresql.org/pgsql-hackers/2006-12/msg01188.php http://archives.postgresql.org/pgsql-hackers/2007-01/msg00121.php + http://archives.postgresql.org/pgsql-patches/2007-03/msg00508.php + http://archives.postgresql.org/pgsql-patches/2007-04/msg00347.php + http://archives.postgresql.org/pgsql-hackers/2007-11/msg00156.php + http://archives.postgresql.org/pgsql-hackers/2008-03/msg00546.php + http://archives.postgresql.org/pgsql-hackers/2008-04/msg00416.php * Allow FSM to return free space toward the beginning of the heap file, in hopes that empty pages at the end can be truncated by VACUUM diff --git a/doc/src/FAQ/TODO.html b/doc/src/FAQ/TODO.html index aa593d0dab..a661b8685b 100644 --- a/doc/src/FAQ/TODO.html +++ b/doc/src/FAQ/TODO.html @@ -8,7 +8,7 @@

PostgreSQL TODO List

Current maintainer: Bruce Momjian (bruce@momjian.us)
-Last updated: Thu Apr 10 14:57:53 EDT 2008 +Last updated: Fri Apr 11 15:14:41 EDT 2008

The most recent version of this document can be viewed at
http://www.postgresql.org/docs/faqs.TODO.html. @@ -1252,6 +1252,11 @@ first. There is also a developer's wiki at

http://archives.postgresql.org/pgsql-hackers/2006-12/msg01188.php http://archives.postgresql.org/pgsql-hackers/2007-01/msg00121.php + http://archives.postgresql.org/pgsql-patches/2007-03/msg00508.php + http://archives.postgresql.org/pgsql-patches/2007-04/msg00347.php + http://archives.postgresql.org/pgsql-hackers/2007-11/msg00156.php + http://archives.postgresql.org/pgsql-hackers/2008-03/msg00546.php + http://archives.postgresql.org/pgsql-hackers/2008-04/msg00416.php

  • Allow FSM to return free space toward the beginning of the heap file, in hopes that empty pages at the end can be truncated by VACUUM -- 2.39.5