projects
/
users
/
c2main
/
postgres.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
568cb6a
)
Fix now-obsolete comment.
author
Tom Lane
<tgl@sss.pgh.pa.us>
Sun, 4 Nov 2001 20:12:57 +0000
(20:12 +0000)
committer
Tom Lane
<tgl@sss.pgh.pa.us>
Sun, 4 Nov 2001 20:12:57 +0000
(20:12 +0000)
src/backend/postmaster/postmaster.c
patch
|
blob
|
blame
|
history
diff --git
a/src/backend/postmaster/postmaster.c
b/src/backend/postmaster/postmaster.c
index ae8e5a6fe159d8497e2454af199b4feb5cd83358..58e5001110e1f90f140d2fca5eef816185d98d4c 100644
(file)
--- 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.25
5 2001/11/04 19:55:31
tgl Exp $
+ * $Header: /cvsroot/pgsql/src/backend/postmaster/postmaster.c,v 1.25
6 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)