From cdf39c7b616946386ea7c7ce59741eba2d4d7a4f Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Sun, 24 Apr 2005 12:39:07 +0000 Subject: [PATCH] Update wording: < This allows vacuum to reclaim free space without requiring < a sequential scan > This allows vacuum to target specific pages for possible free space > without requiring a sequential scan. --- doc/TODO | 6 +++--- doc/src/FAQ/TODO.html | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/doc/TODO b/doc/TODO index 7bd8a126d2..6019a616fc 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: Sat Apr 23 17:45:11 EDT 2005 +Last updated: Sun Apr 24 08:39:04 EDT 2005 The most recent version of this document can be viewed at http://www.postgresql.org/docs/faqs.TODO.html. @@ -759,8 +759,8 @@ Vacuum * -Add a warning when the free space map is too small * Maintain a map of recently-expired rows - This allows vacuum to reclaim free space without requiring - a sequential scan + This allows vacuum to target specific pages for possible free space + without requiring a sequential scan. * Auto-vacuum o Move into the backend code diff --git a/doc/src/FAQ/TODO.html b/doc/src/FAQ/TODO.html index d3a5237a5f..19ad67fbaa 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: Sat Apr 23 17:45:11 EDT 2005 +Last updated: Sun Apr 24 08:39:04 EDT 2005

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

  • -Add a warning when the free space map is too small
  • Maintain a map of recently-expired rows -

    This allows vacuum to reclaim free space without requiring - a sequential scan +

    This allows vacuum to target specific pages for possible free space + without requiring a sequential scan.

  • Auto-vacuum