diff options
author | Bruce Momjian <bruce@momjian.us> | 2006-12-19 21:58:43 +0000 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2006-12-19 21:58:43 +0000 |
commit | d686dccdb8171aa79143614a043b77dbe0beb4c4 (patch) | |
tree | 9720f1a86c68665fd5dcb4083c42ea3cfb03f3ba | |
parent | 14bdb023cc7803e50484cde87c71ef1984538491 (diff) |
Remove completed TODO item about xid wrap-around from 8.2.X.
-rw-r--r-- | doc/TODO | 2 | ||||
-rw-r--r-- | doc/src/FAQ/TODO.html | 2 |
2 files changed, 0 insertions, 4 deletions
@@ -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 diff --git a/doc/src/FAQ/TODO.html b/doc/src/FAQ/TODO.html index 2362041a5e8..8f561301adf 100644 --- a/doc/src/FAQ/TODO.html +++ b/doc/src/FAQ/TODO.html @@ -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> |