aboutsummaryrefslogtreecommitdiff
path: root/doc/src
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>2005-07-05 19:37:54 +0000
committerBruce Momjian <bruce@momjian.us>2005-07-05 19:37:54 +0000
commit3bf4e4120d9e05124e5dcbbe860604a75c2b1855 (patch)
tree98001dc14a3bb69af3b268d8cc1df5e1f8fd3224 /doc/src
parent2d6c375c5f34948dc32221c3075265d73b561ee8 (diff)
downloadpostgresql-3bf4e4120d9e05124e5dcbbe860604a75c2b1855.tar.gz
postgresql-3bf4e4120d9e05124e5dcbbe860604a75c2b1855.zip
Add:
< 881a881,882 > o Improve xid wraparound detection by recording per-table rather > than per-database
Diffstat (limited to 'doc/src')
-rw-r--r--doc/src/FAQ/TODO.html4
1 files changed, 3 insertions, 1 deletions
diff --git a/doc/src/FAQ/TODO.html b/doc/src/FAQ/TODO.html
index c0725581af4..0c09aaff248 100644
--- a/doc/src/FAQ/TODO.html
+++ b/doc/src/FAQ/TODO.html
@@ -8,7 +8,7 @@
<body bgcolor="#FFFFFF" text="#000000" link="#FF0000" vlink="#A00000" alink="#0000FF">
<h1><a name="section_1">PostgreSQL TODO List</a></h1>
<p>Current maintainer: Bruce Momjian (<a href="mailto:pgman@candle.pha.pa.us">pgman@candle.pha.pa.us</a>)<br/>
-Last updated: Mon Jul 4 13:43:32 EDT 2005
+Last updated: Tue Jul 5 15:37:49 EDT 2005
</p>
<p>The most recent version of this document can be viewed at<br/>
<a href="http://www.postgresql.org/docs/faqs.TODO.html">http://www.postgresql.org/docs/faqs.TODO.html</a>.
@@ -793,6 +793,8 @@ first.
<li>Move into the backend code
</li><li>Use free-space map information to guide refilling
</li><li>Do VACUUM FULL if table is nearly empty?
+ </li><li>Improve xid wraparound detection by recording per-table rather
+ than per-database
</li></ul>
</li></ul>
<h1><a name="section_17">Locking</a></h1>