Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit d3ad2ad

Browse files
committed
Update TODO list.
1 parent 71d578a commit d3ad2ad

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/TODO

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
TODO list for PostgreSQL
22
========================
3-
Last updated: Mon Apr 2 13:40:06 EDT 2001
3+
Last updated: Wed Apr 4 16:58:17 EDT 2001
44

55
Current 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

341342
SOURCE 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_*

0 commit comments

Comments
 (0)