aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorTom Lane <tgl@sss.pgh.pa.us>2001-11-04 20:12:57 +0000
committerTom Lane <tgl@sss.pgh.pa.us>2001-11-04 20:12:57 +0000
commit430cd88a18d5cea8c73d1f6f6bbcc4d436aa3bb0 (patch)
tree371a485bc8bfd167cf285410f9ab5b719d8d1d62 /src
parent568cb6ab5c83a05abcc65e1ddbf1596d9d010f03 (diff)
downloadpostgresql-430cd88a18d5cea8c73d1f6f6bbcc4d436aa3bb0.tar.gz
postgresql-430cd88a18d5cea8c73d1f6f6bbcc4d436aa3bb0.zip
Fix now-obsolete comment.
Diffstat (limited to 'src')
-rw-r--r--src/backend/postmaster/postmaster.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/backend/postmaster/postmaster.c b/src/backend/postmaster/postmaster.c
index ae8e5a6fe15..58e5001110e 100644
--- a/src/backend/postmaster/postmaster.c
+++ b/src/backend/postmaster/postmaster.c
@@ -37,7 +37,7 @@
*
*
* IDENTIFICATION
- * $Header: /cvsroot/pgsql/src/backend/postmaster/postmaster.c,v 1.255 2001/11/04 19:55:31 tgl Exp $
+ * $Header: /cvsroot/pgsql/src/backend/postmaster/postmaster.c,v 1.256 2001/11/04 20:12:57 tgl Exp $
*
* NOTES
*
@@ -1369,8 +1369,7 @@ reset_shared(unsigned short port)
/*
- * Set flag if SIGHUP was detected so config file can be reread in
- * main loop
+ * SIGHUP -- reread config files, and tell children to do same
*/
static void
SIGHUP_handler(SIGNAL_ARGS)