8000
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 45cd919 commit 3bbcc5cCopy full SHA for 3bbcc5c
src/backend/access/transam/xlog.c
@@ -9174,6 +9174,7 @@ static void
9174
StartupProcSigHupHandler(SIGNAL_ARGS)
9175
{
9176
got_SIGHUP = true;
9177
+ WakeupRecovery();
9178
}
9179
9180
/* SIGTERM: set flag to abort redo and exit */
@@ -9184,6 +9185,7 @@ StartupProcShutdownHandler(SIGNAL_ARGS)
9184
9185
proc_exit(1);
9186
else
9187
shutdown_requested = true;
9188
9189
9190
9191
/* Handle SIGHUP and SIGTERM signals of startup process */
0 commit comments