|
1 | 1 | TODO list for PostgreSQL
|
2 | 2 | ========================
|
3 |
| -Last updated:Wed Apr 4 16:58:17 EDT 2001 |
| 3 | +Last updated:Wed Apr 417:16:23 EDT 2001 |
4 | 4 |
|
5 | 5 | Current maintainer:Bruce Momjian (pgman@candle.pha.pa.us)
|
6 | 6 |
|
|
50 | 50 | another backend. Might lead to MVCC inside of syscache
|
51 | 51 | * Permission to DELETE table allows UPDATE also
|
52 | 52 | * SELECT cash_out(1) causes crash
|
| 53 | +* Write out a CRC with each data block, and verify it on reading |
53 | 54 |
|
54 | 55 | ENHANCEMENTS
|
55 | 56 | ------------
|
@@ -337,7 +338,6 @@ MISCELLANEOUS
|
337 | 338 | * Force transactions that commit at near the same time use a single fsync()
|
338 | 339 | * Make blind writes go through the file descriptor cache
|
339 | 340 | * Allow logging of query durations
|
340 |
| -* Write out a CRC with each data block, and verify it on reading |
341 | 341 |
|
342 | 342 | SOURCE CODE
|
343 | 343 | -----------
|
|