summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>2002-07-18 23:07:09 +0000
committerBruce Momjian <bruce@momjian.us>2002-07-18 23:07:09 +0000
commita345ac8842089cbca1678d5b28773a827937693f (patch)
tree2296284b8dd5e942de16fb5346682a7a65d6ce95
parent981d045e8816f49672c4e1ad1fdc0535c7456c97 (diff)
Done:
> * -Merge LockMethodCtl and LockMethodTable into one shared structure (Bruce)
-rw-r--r--doc/TODO4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/TODO b/doc/TODO
index f3a0e1219d9..ddd92e66de7 100644
--- a/doc/TODO
+++ b/doc/TODO
@@ -1,6 +1,6 @@
TODO list for PostgreSQL
========================
-Last updated: Thu Jul 18 01:01:32 EDT 2002
+Last updated: Thu Jul 18 19:06:19 EDT 2002
Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
@@ -467,7 +467,7 @@ Source Code
* Add use of 'const' for variables in source tree
* -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)
+* -Merge LockMethodCtl and LockMethodTable into one shared structure (Bruce)
* HOLDER/HOLDERTAB rename to PROCLOCK/PROCLOCKTAG (Bruce)
* Remove LockMethodTable.prio field, not used (Bruce)
* Rename some /contrib modules from pg* to pg_*