From 9a7c273a3fdd5ea7bea1b6fe0f4a7ca3165e1fc4 Mon Sep 17 00:00:00 2001
From: Bruce Momjian <bruce@momjian.us>
Date: Wed, 4 Apr 2001 21:16:31 +0000
Subject: [PATCH] Update TODO list.

---
 doc/TODO | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/doc/TODO b/doc/TODO
index ce86492b706..2390cd9732b 100644
--- a/doc/TODO
+++ b/doc/TODO
@@ -1,6 +1,6 @@
 TODO list for PostgreSQL
 ========================
-Last updated:		Wed Apr  4 16:58:17 EDT 2001
+Last updated:		Wed Apr  4 17:16:23 EDT 2001
 
 Current maintainer:	Bruce Momjian (pgman@candle.pha.pa.us)
 
@@ -50,6 +50,7 @@ MISC
   another backend.  Might  lead  to  MVCC  inside  of  syscache
 * Permission to DELETE table allows UPDATE also
 * SELECT cash_out(1) causes crash
+* Write out a CRC with each data block, and verify it on reading
 
 ENHANCEMENTS
 ------------
@@ -337,7 +338,6 @@ MISCELLANEOUS
 * Force transactions that commit at near the same time use a single fsync()
 * Make blind writes go through the file descriptor cache
 * Allow logging of query durations
-* Write out a CRC with each data block, and verify it on reading
 
 SOURCE CODE
 -----------
-- 
GitLab