aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>2001-03-01 03:30:19 +0000
committerBruce Momjian <bruce@momjian.us>2001-03-01 03:30:19 +0000
commit7c5b2487b0fd9c730cdc48b08407456325bcc21b (patch)
treecfa0e2c9cb1a7504ef6530ce3a32afd3ecf6db60
parentf6f0b16e2851a97ec123d3878e902df0dea282c1 (diff)
downloadpostgresql-7c5b2487b0fd9c730cdc48b08407456325bcc21b.tar.gz
postgresql-7c5b2487b0fd9c730cdc48b08407456325bcc21b.zip
Update TODO list.
-rw-r--r--doc/TODO4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/TODO b/doc/TODO
index a775e32b95f..a4014ecd524 100644
--- a/doc/TODO
+++ b/doc/TODO
@@ -1,6 +1,6 @@
TODO list for PostgreSQL
========================
-Last updated: Wed Feb 28 21:17:22 EST 2001
+Last updated: Wed Feb 28 22:30:09 EST 2001
Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
@@ -349,7 +349,7 @@ SOURCE CODE
* Make sure all block numbers are unsigned to increase maximum table size
* Merge LockMethodCtl and LockMethodTable into one shared structure (Bruce)
* HOLDER/HOLDERTAB reanme to PROCLOCKLINK/PROCLOCKLINKTAG (Tom)
-* Correct CRC WAL code to be normal CRC32 algorithm
+* Correct CRC WAL code to be a real CRC64 algorithm
---------------------------------------------------------------------------