File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 1
1
TODO list for PostgreSQL
2
2
========================
3
- Last updated: Fri Jan 19 23:59:25 EST 2001
3
+ Last updated: Mon Jan 22 19:02:19 EST 2001
4
4
5
5
Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
6
6
@@ -227,7 +227,7 @@ MISCELLANEOUS
227
227
database is idle, finding superceeded rows, gathering stats and vacuuming
228
228
* Add UNIQUE capability to non-btree indexes
229
229
* Certain indexes will not shrink, i.e. oid indexes with many inserts (Vadim)
230
- * Restore unused oid's on backend exit if no one else has gotten oids
230
+ * Move OID retrieval into shared memory to prevent lose of unused oids
231
231
* Have UPDATE/DELETE clean out indexes
232
232
* Allow cursors to be DECLAREd/OPENed/CLOSEed outside transactions
233
233
* Allow DELETE WHERE CURRENT OF cursor
You can’t perform that action at this time.
0 commit comments