Commit 9a7c273a authored by Bruce Momjian's avatar Bruce Momjian

Update TODO list.

parent 6faf150a
TODO list for PostgreSQL TODO list for PostgreSQL
======================== ========================
Last updated: Wed Apr 4 16:58:17 EDT 2001 Last updated: Wed Apr 4 17:16:23 EDT 2001
Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us) Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
...@@ -50,6 +50,7 @@ MISC ...@@ -50,6 +50,7 @@ MISC
another backend. Might lead to MVCC inside of syscache another backend. Might lead to MVCC inside of syscache
* Permission to DELETE table allows UPDATE also * Permission to DELETE table allows UPDATE also
* SELECT cash_out(1) causes crash * SELECT cash_out(1) causes crash
* Write out a CRC with each data block, and verify it on reading
ENHANCEMENTS ENHANCEMENTS
------------ ------------
...@@ -337,7 +338,6 @@ MISCELLANEOUS ...@@ -337,7 +338,6 @@ MISCELLANEOUS
* Force transactions that commit at near the same time use a single fsync() * Force transactions that commit at near the same time use a single fsync()
* Make blind writes go through the file descriptor cache * Make blind writes go through the file descriptor cache
* Allow logging of query durations * Allow logging of query durations
* Write out a CRC with each data block, and verify it on reading
SOURCE CODE SOURCE CODE
----------- -----------
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment