From 192d7245b5a67301cf5bf4d3d125e60883eb406e Mon Sep 17 00:00:00 2001
From: Bruce Momjian <bruce@momjian.us>
Date: Tue, 20 Mar 2001 20:32:30 +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 ff6671945f0..39981121dba 100644
--- a/doc/TODO
+++ b/doc/TODO
@@ -1,6 +1,6 @@
 TODO list for PostgreSQL
 ========================
-Last updated:		Tue Mar 20 15:31:46 EST 2001
+Last updated:		Tue Mar 20 15:32:12 EST 2001
 
 Current maintainer:	Bruce Momjian (pgman@candle.pha.pa.us)
 
@@ -273,7 +273,7 @@ PERFORMANCE
 * Delay fsync() when other backends are about to commit too [fsync]
 	* Determine optimal commit_delay value
 * Determine optimal fdatasync/fsync, O_SYNC/O_DSYNC options
-	* Allow multiple blocks to we written to WAL in one write()
+	* Allow multiple blocks to be written to WAL with one write()
 
 INDEXES
 
-- 
GitLab