From c0e78467d8255c53d5f456a22e6c60399255caa2 Mon Sep 17 00:00:00 2001
From: Bruce Momjian <bruce@momjian.us>
Date: Mon, 9 Jul 2001 21:32:06 +0000
Subject: [PATCH] Update TODO list.

---
 doc/TODO | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/doc/TODO b/doc/TODO
index c95b2f65733..a179a0153bc 100644
--- a/doc/TODO
+++ b/doc/TODO
@@ -1,6 +1,6 @@
 TODO list for PostgreSQL
 ========================
-Last updated:		Mon Jul  9 17:29:50 EDT 2001
+Last updated:		Mon Jul  9 17:31:59 EDT 2001
 
 Current maintainer:	Bruce Momjian (pgman@candle.pha.pa.us)
 
@@ -19,6 +19,7 @@ RELIABILITY
 * -SELECT pg_class FROM pg_class generates strange error (Bruce)
 * PL/PgSQL does not handle quoted mixed-case identifiers
 
+
 ENHANCEMENTS
 ------------
 
@@ -250,6 +251,7 @@ MISCELLANEOUS
 * Add sed-like regular expression search/replace capability
 * Change representation of whole-tuple parameters to functions
 
+
 PERFORMANCE
 -----------
 
@@ -295,6 +297,8 @@ MISCELLANEOUS
 * Make blind writes go through the file descriptor cache
 * Allow logging of query durations
 * Add hash-based aggregates
+* Read pg_hba.conf only on postmaster startup or SIGHUP
+
 
 SOURCE CODE
 -----------
-- 
GitLab