]> granicus.if.org Git - postgresql/commitdiff
Update TODO list.
authorBruce Momjian <bruce@momjian.us>
Tue, 23 Jan 2001 00:49:13 +0000 (00:49 +0000)
committerBruce Momjian <bruce@momjian.us>
Tue, 23 Jan 2001 00:49:13 +0000 (00:49 +0000)
doc/TODO

index 3939663ab2a94dd772b6a7bc35c7334a19071fc9..5d05fa039e059ed744b8c436ad31935adfa30c17 100644 (file)
--- a/doc/TODO
+++ b/doc/TODO
@@ -1,6 +1,6 @@
 TODO list for PostgreSQL
 ========================
-Last updated:          Mon Jan 22 19:02:19 EST 2001
+Last updated:          Mon Jan 22 19:49:03 EST 2001
 
 Current maintainer:    Bruce Momjian (pgman@candle.pha.pa.us)
 
@@ -227,7 +227,6 @@ MISCELLANEOUS
   database is idle, finding superceeded rows, gathering stats and vacuuming
 * Add UNIQUE capability to non-btree indexes
 * Certain indexes will not shrink, i.e. oid indexes with many inserts (Vadim)
-* Move OID retrieval into shared memory to prevent lose of unused oids
 * Have UPDATE/DELETE clean out indexes
 * Allow cursors to be DECLAREd/OPENed/CLOSEed outside transactions
 * Allow DELETE WHERE CURRENT OF cursor