We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6faf150 commit 9a7c273Copy full SHA for 9a7c273
doc/TODO
@@ -1,6 +1,6 @@
1
TODO list for PostgreSQL
2
========================
3
-Last updated: Wed Apr 4 16:58:17 EDT 2001
+Last updated: Wed Apr 4 17:16:23 EDT 2001
4
5
Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
6
@@ -50,6 +50,7 @@ MISC
50
another backend. Might lead to MVCC inside of syscache
51
* Permission to DELETE table allows UPDATE also
52
* SELECT cash_out(1) causes crash
53
+* Write out a CRC with each data block, and verify it on reading
54
55
ENHANCEMENTS
56
------------
@@ -337,7 +338,6 @@ MISCELLANEOUS
337
338
* Force transactions that commit at near the same time use a single fsync()
339
* Make blind writes go through the file descriptor cache
340
* Allow logging of query durations
-* Write out a CRC with each data block, and verify it on reading
341
342
SOURCE CODE
343
-----------
0 commit comments