aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>2002-07-18 05:01:51 +0000
committerBruce Momjian <bruce@momjian.us>2002-07-18 05:01:51 +0000
commitfb94c09ae4e858f5023ebe8576efc7a29b31c7ed (patch)
treeeb3d1c35376bb82a0d81bdcb8cbe68aec8836f1e
parenta9f6c5b5c706d018de4c1d68dfcf7d714f720a7a (diff)
downloadpostgresql-fb94c09ae4e858f5023ebe8576efc7a29b31c7ed.tar.gz
postgresql-fb94c09ae4e858f5023ebe8576efc7a29b31c7ed.zip
Done:
> * -Make sure all block numbers are unsigned to increase maximum table size
-rw-r--r--doc/TODO4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/TODO b/doc/TODO
index c2df706d7a0..f3a0e1219d9 100644
--- a/doc/TODO
+++ b/doc/TODO
@@ -1,6 +1,6 @@
TODO list for PostgreSQL
========================
-Last updated: Wed Jul 17 18:14:22 EDT 2002
+Last updated: Thu Jul 18 01:01:32 EDT 2002
Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
@@ -466,7 +466,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
+* -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)
* Remove LockMethodTable.prio field, not used (Bruce)