diff options
author | Bruce Momjian <bruce@momjian.us> | 2001-04-04 21:32:17 +0000 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2001-04-04 21:32:17 +0000 |
commit | 8b588a19b42febf939048fe3b56005ad55fbb505 (patch) | |
tree | e8712a1b94841859d510e6772867a6f753529e7f | |
parent | 9a7c273a3fdd5ea7bea1b6fe0f4a7ca3165e1fc4 (diff) | |
download | postgresql-8b588a19b42febf939048fe3b56005ad55fbb505.tar.gz postgresql-8b588a19b42febf939048fe3b56005ad55fbb505.zip |
Update TODO list.
-rw-r--r-- | doc/TODO | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -1,6 +1,6 @@ TODO list for PostgreSQL ======================== -Last updated: Wed Apr 4 17:16:23 EDT 2001 +Last updated: Wed Apr 4 17:31:56 EDT 2001 Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us) @@ -50,7 +50,6 @@ MISC another backend. Might lead to MVCC inside of syscache * Permission to DELETE table allows UPDATE also * SELECT cash_out(1) causes crash -* Write out a CRC with each data block, and verify it on reading ENHANCEMENTS ------------ |