File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 1
1
TODO list for PostgreSQL
2
2
========================
3
- Last updated: Mon Apr 2 13:40:06 EDT 2001
3
+ Last updated: Wed Apr 4 16:58:17 EDT 2001
4
4
5
5
Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
6
6
@@ -337,6 +337,7 @@ MISCELLANEOUS
337
337
* Force transactions that commit at near the same time use a single fsync()
338
338
* Make blind writes go through the file descriptor cache
339
339
* Allow logging of query durations
340
+ * Write out a CRC with each data block, and verify it on reading
340
341
341
342
SOURCE CODE
342
343
-----------
@@ -358,7 +359,6 @@ SOURCE CODE
358
359
* Make sure all block numbers are unsigned to increase maximum table size
359
360
* Merge LockMethodCtl and LockMethodTable into one shared structure (Bruce)
360
361
* HOLDER/HOLDERTAB reanme to PROCLOCKLINK/PROCLOCKLINKTAG (Tom)
361
- * Correct CRC WAL code to be a real CRC64 algorithm
362
362
* Add version file format stamp to heap and other table types
363
363
* Make elog(LOG) in WAL its own output type, distinct from DEBUG
364
364
* Rename some /contrib modules from pg* to pg_*
You can’t perform that action at this time.
0 commit comments