diff options
author | Bruce Momjian <bruce@momjian.us> | 2001-09-30 00:49:15 +0000 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2001-09-30 00:49:15 +0000 |
commit | 52401d818e81341d16547eb9d4e03f8a9fbdb7fd (patch) | |
tree | d7da07fe29ba39e6747ae5347359f506cba1be9d | |
parent | cc4eea8fe1cee2b88b3cf6b8f63d04debda4c6d2 (diff) |
Update TODO list.
-rw-r--r-- | doc/TODO | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -1,6 +1,6 @@ TODO list for PostgreSQL ======================== -Last updated: Sat Sep 29 20:46:02 EDT 2001 +Last updated: Sat Sep 29 20:49:02 EDT 2001 Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us) @@ -337,6 +337,7 @@ SOURCE CODE * Use BlockNumber rather than int where appropriate * Merge LockMethodCtl and LockMethodTable into one shared structure (Bruce) * HOLDER/HOLDERTAB rename to PROCLOCK/PROCLOCKTAG (Bruce) +* Remove LockMethodTable.prio field, not used (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_* |