]> git.ipfire.org Git - thirdparty/postgresql.git/commitdiff
Remove completed TODO item about xid wrap-around from 8.2.X.
authorBruce Momjian <bruce@momjian.us>
Tue, 19 Dec 2006 21:58:43 +0000 (21:58 +0000)
committerBruce Momjian <bruce@momjian.us>
Tue, 19 Dec 2006 21:58:43 +0000 (21:58 +0000)
doc/TODO
doc/src/FAQ/TODO.html

index ea4f8f74c079b569750e18ed5b1f646e12f8f25f..d66de2d066d53808b06b105c5add9c1faaac5a0d 100644 (file)
--- a/doc/TODO
+++ b/doc/TODO
@@ -1062,8 +1062,6 @@ Vacuum
        o Use free-space map information to guide refilling
        o %Issue log message to suggest VACUUM FULL if a table is nearly
          empty?
-       o Improve xid wraparound detection by recording per-table rather
-         than per-database
        o Consider logging activity either to the logs or a system view
        o Turn on by default
 
index 2362041a5e8a3ac2ff3ae8a45a7c69d6ebf35f79..8f561301adf2b68e753fd16c639c5df8db3a3254 100644 (file)
@@ -959,8 +959,6 @@ first.
     <li>Use free-space map information to guide refilling
     </li><li>%Issue log message to suggest VACUUM FULL if a table is nearly
           empty?
-    </li><li>Improve xid wraparound detection by recording per-table rather
-          than per-database
     </li><li>Consider logging activity either to the logs or a system view
     </li><li>Turn on by default
 <p>          <a href="http://archives.postgresql.org/pgsql-hackers/2006-08/msg01852.php">http://archives.postgresql.org/pgsql-hackers/2006-08/msg01852.php</a>