We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 789a5b3 commit f2c7a27Copy full SHA for f2c7a27
src/backend/postmaster/postmaster.c
@@ -37,7 +37,7 @@
37
*
38
39
* IDENTIFICATION
40
- * $Header: /cvsroot/pgsql/src/backend/postmaster/postmaster.c,v 1.324 2003/05/08 18:33:25 tgl Exp $
+ * $Header: /cvsroot/pgsql/src/backend/postmaster/postmaster.c,v 1.325 2003/05/08 20:43:07 momjian Exp $
41
42
* NOTES
43
@@ -1572,11 +1572,11 @@ SIGHUP_handler(SIGNAL_ARGS)
1572
if (Shutdown <= SmartShutdown)
1573
{
1574
elog(LOG, "Received SIGHUP, reloading configuration files");
1575
- SignalChildren(SIGHUP);
1576
ProcessConfigFile(PGC_SIGHUP);
1577
#ifdef EXEC_BACKEND
1578
write_nondefault_variables(PGC_SIGHUP);
1579
#endif
+ SignalChildren(SIGHUP);
1580
load_hba();
1581
load_ident();
1582
}
0 commit comments