From cdf220f848ca93bc0ebb10bcac953a4d80d7105e Mon Sep 17 00:00:00 2001
From: Bruce Momjian <bruce@momjian.us>
Date: Mon, 19 Feb 2001 20:46:14 +0000
Subject: [PATCH] Update TODO list.

---
 doc/TODO | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/doc/TODO b/doc/TODO
index c8759444d1c..000599f0d93 100644
--- a/doc/TODO
+++ b/doc/TODO
@@ -1,6 +1,6 @@
 TODO list for PostgreSQL
 ========================
-Last updated:		Mon Feb 19 14:06:37 EST 2001
+Last updated:		Mon Feb 19 15:46:05 EST 2001
 
 Current maintainer:	Bruce Momjian (pgman@candle.pha.pa.us)
 
@@ -321,6 +321,7 @@ MISC
 * Prevent pg_attribute from having duplicate oids for indexes (Tom)
 * Force transactions that commit at near the same time use a single fsync()
 * Make blind writes go through the file descriptor cache
+* LAZY VACUUM (Vadim)
 
 SOURCE CODE
 -----------
-- 
GitLab