aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>2002-07-19 00:17:53 +0000
committerBruce Momjian <bruce@momjian.us>2002-07-19 00:17:53 +0000
commit4feeee17ce9ce0796b366c3fdac3c89fdfc4cf53 (patch)
treed5aa5d3aa0dfe9229d18f770c9789b1e40cb8052
parentb75fcf93269c40284ebae0682ee7de22635ace8c (diff)
downloadpostgresql-4feeee17ce9ce0796b366c3fdac3c89fdfc4cf53.tar.gz
postgresql-4feeee17ce9ce0796b366c3fdac3c89fdfc4cf53.zip
Done:
> * -HOLDER/HOLDERTAB rename to PROCLOCK/PROCLOCKTAG (Bruce)
-rw-r--r--doc/TODO4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/TODO b/doc/TODO
index ddd92e66de7..d0f7f50b8eb 100644
--- a/doc/TODO
+++ b/doc/TODO
@@ -1,6 +1,6 @@
TODO list for PostgreSQL
========================
-Last updated: Thu Jul 18 19:06:19 EDT 2002
+Last updated: Thu Jul 18 20:17:32 EDT 2002
Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
@@ -468,7 +468,7 @@ Source Code
* -Fix problems with libpq non-blocking/async code
* -Make sure all block numbers are unsigned to increase maximum table size
* -Merge LockMethodCtl and LockMethodTable into one shared structure (Bruce)
-* HOLDER/HOLDERTAB rename to PROCLOCK/PROCLOCKTAG (Bruce)
+* -HOLDER/HOLDERTAB rename to PROCLOCK/PROCLOCKTAG (Bruce)
* Remove LockMethodTable.prio field, not used (Bruce)
* Rename some /contrib modules from pg* to pg_*
* Move some things from /contrib into main tree