]> granicus.if.org Git - postgresql/commitdiff
Done:
authorBruce Momjian <bruce@momjian.us>
Thu, 18 Jul 2002 05:01:51 +0000 (05:01 +0000)
committerBruce Momjian <bruce@momjian.us>
Thu, 18 Jul 2002 05:01:51 +0000 (05:01 +0000)
> * -Make sure all block numbers are unsigned to increase maximum table size

doc/TODO

index c2df706d7a0fb5ba29d4a2f1d77935d0b2b1e9e1..f3a0e1219d9bfaef838715134bc608c154bc02ea 100644 (file)
--- 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)