From 41d64a185e2ca7c80260a0f60890102550141d19 Mon Sep 17 00:00:00 2001
From: Bruce Momjian <bruce@momjian.us>
Date: Mon, 18 Apr 2005 03:46:31 +0000
Subject: [PATCH] Fix html.

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

diff --git a/doc/TODO b/doc/TODO
index 62ef78412a5..f8157d8dc67 100644
--- a/doc/TODO
+++ b/doc/TODO
@@ -716,7 +716,7 @@ Cache
   to index tuples to indicate if a tuple is currently visible to
   all transactions when the first valid heap lookup happens.  This 
   bit would have to be cleared when a heap tuple is expired.
-  
+
 * Consider automatic caching of queries at various levels:
 	o Parsed query tree
 	o Query execute plan
-- 
GitLab