From 984d0ecf6eaa99df3a0bcff5ad5a566222b7a29e Mon Sep 17 00:00:00 2001
From: Bruce Momjian <bruce@momjian.us>
Date: Fri, 1 Feb 2002 17:00:17 +0000
Subject: [PATCH] Added:

> * Prevent SIGHUP and 'pg_ctl reload' from changing command line
>   specified parameters to postgresql.conf defaults
---
 doc/TODO | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/doc/TODO b/doc/TODO
index 5328b520688..3ed6b6705a4 100644
--- a/doc/TODO
+++ b/doc/TODO
@@ -1,6 +1,6 @@
 TODO list for PostgreSQL
 ========================
-Last updated:		Sat Jan 26 23:22:17 EST 2002
+Last updated:		Fri Feb  1 11:59:54 EST 2002
 
 Current maintainer:	Bruce Momjian (pgman@candle.pha.pa.us)
 
@@ -61,6 +61,8 @@ ADMIN
 * Remove behavior of postmaster -o after making postmaster/postgres
   flags unique
 * Allow logging of query durations
+* Prevent SIGHUP and 'pg_ctl reload' from changing command line
+  specified parameters to postgresql.conf defaults
 
 DATA TYPES
 
-- 
GitLab