summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>2001-09-30 00:46:15 +0000
committerBruce Momjian <bruce@momjian.us>2001-09-30 00:46:15 +0000
commitcc4eea8fe1cee2b88b3cf6b8f63d04debda4c6d2 (patch)
tree6ff176476c558375de9e1fa07ac82b29ead1167a
parent0386ccfed169dafdf15eebfddc72303be646439f (diff)
Update TODO list.
-rw-r--r--doc/TODO4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/TODO b/doc/TODO
index 8c58cd44ed2..20325c02375 100644
--- a/doc/TODO
+++ b/doc/TODO
@@ -1,6 +1,6 @@
TODO list for PostgreSQL
========================
-Last updated: Sat Sep 29 20:43:59 EDT 2001
+Last updated: Sat Sep 29 20:46:02 EDT 2001
Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
@@ -336,7 +336,7 @@ SOURCE CODE
* Make sure all block numbers are unsigned to increase maximum table size
* Use BlockNumber rather than int where appropriate
* Merge LockMethodCtl and LockMethodTable into one shared structure (Bruce)
-* HOLDER/HOLDERTAB rename to PROCLOCKLINK/PROCLOCKLINKTAG (Bruce)
+* HOLDER/HOLDERTAB rename to PROCLOCK/PROCLOCKTAG (Bruce)
* Add version file format stamp to heap and other table types
* -Make elog(LOG) in WAL its own output type, distinct from DEBUG (Peter E)
* Rename some /contrib modules from pg* to pg_*