aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>2002-07-11 21:40:20 +0000
committerBruce Momjian <bruce@momjian.us>2002-07-11 21:40:20 +0000
commitccdb8a8d3ab4756abeb99f6da98f07f4eef747f9 (patch)
tree465076329be2b39ea5472b13f7e408381fa5be86
parent29dfd5fa2605e2d01417c19886e2cabf6af785f0 (diff)
downloadpostgresql-ccdb8a8d3ab4756abeb99f6da98f07f4eef747f9.tar.gz
postgresql-ccdb8a8d3ab4756abeb99f6da98f07f4eef747f9.zip
Remove duplicate:
< * Use BlockNumber rather than int where appropriate
-rw-r--r--doc/TODO3
1 files changed, 1 insertions, 2 deletions
diff --git a/doc/TODO b/doc/TODO
index b1fbefd210f..ce34b7c6643 100644
--- a/doc/TODO
+++ b/doc/TODO
@@ -1,6 +1,6 @@
TODO list for PostgreSQL
========================
-Last updated: Wed Jul 10 22:56:30 EDT 2002
+Last updated: Thu Jul 11 17:40:01 EDT 2002
Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
@@ -466,7 +466,6 @@ 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
-* 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)