11TODO list for PostgreSQL
22========================
3- Last updated:Mon Apr2 13:40:06 EDT 2001
3+ Last updated:Wed Apr4 16:58:17 EDT 2001
44
55Current maintainer:Bruce Momjian (pgman@candle.pha.pa.us)
66
@@ -337,6 +337,7 @@ MISCELLANEOUS
337337* Force transactions that commit at near the same time use a single fsync()
338338* Make blind writes go through the file descriptor cache
339339* Allow logging of query durations
340+ * Write out a CRC with each data block, and verify it on reading
340341
341342SOURCE CODE
342343-----------
@@ -358,7 +359,6 @@ SOURCE CODE
358359* Make sure all block numbers are unsigned to increase maximum table size
359360* Merge LockMethodCtl and LockMethodTable into one shared structure (Bruce)
360361* HOLDER/HOLDERTAB reanme to PROCLOCKLINK/PROCLOCKLINKTAG (Tom)
361- * Correct CRC WAL code to be a real CRC64 algorithm
362362* Add version file format stamp to heap and other table types
363363* Make elog(LOG) in WAL its own output type, distinct from DEBUG
364364* Rename some /contrib modules from pg* to pg_*