summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--doc/TODO4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/TODO b/doc/TODO
index 26c2d4097ed..5f548892ba0 100644
--- a/doc/TODO
+++ b/doc/TODO
@@ -1,6 +1,6 @@
TODO list for PostgreSQL
========================
-Last updated: Tue Feb 6 19:52:31 EST 2001
+Last updated: Tue Feb 6 19:52:47 EST 2001
Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
@@ -314,7 +314,7 @@ MISC
* Add SET PERFORMANCE_TIPS option to suggest INDEX, VACUUM, VACUUM
ANALYZE, and CLUSTER
* Delay fsync() when other backends are about to commit too [fsync]
-* Prevent pg_attribute from having duplicate oids for indexes
+* Prevent pg_attribute from having duplicate oids for indexes (Tom)
SOURCE CODE
-----------