From f5940e7b345138d71d89547dd8e40af9f7532f83 Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Sun, 25 Jun 2006 16:27:41 +0000 Subject: [PATCH] Add: < * Reuse index tuples that point to rows that are not visible to anyone? > * Reuse index tuples that point to heap tuples that are not visible to > anyone? --- doc/TODO | 4 +++- doc/src/FAQ/TODO.html | 4 +++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/doc/TODO b/doc/TODO index 2b22d70b91..bc22875dae 100644 --- a/doc/TODO +++ b/doc/TODO @@ -2,7 +2,7 @@ PostgreSQL TODO List ==================== Current maintainer: Bruce Momjian (bruce@momjian.us) -Last updated: Sat Jun 24 19:47:53 EDT 2006 +Last updated: Sun Jun 25 12:27:34 EDT 2006 The most recent version of this document can be viewed at http://www.postgresql.org/docs/faqs.TODO.html. @@ -1140,6 +1140,8 @@ Vacuum used to point to both old and new values. http://archives.postgresql.org/pgsql-hackers/2006-06/msg01305.php +* Reuse index tuples that point to heap tuples that are not visible to + anyone? * Auto-vacuum o Use free-space map information to guide rfilling diff --git a/doc/src/FAQ/TODO.html b/doc/src/FAQ/TODO.html index 76e32367e5..c249f0f1b4 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: Sat Jun 24 19:47:53 EDT 2006 +Last updated: Sun Jun 25 12:27:34 EDT 2006

The most recent version of this document can be viewed at
http://www.postgresql.org/docs/faqs.TODO.html. @@ -1028,6 +1028,8 @@ first. used to point to both old and new values. http://archives.postgresql.org/pgsql-hackers/2006-06/msg01305.php

+
  • Reuse index tuples that point to heap tuples that are not visible to + anyone?
  • Auto-vacuum