aboutsummaryrefslogtreecommitdiff
path: root/src/include/postmaster/interrupt.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/postmaster/interrupt.h')
-rw-r--r--src/include/postmaster/interrupt.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/postmaster/interrupt.h b/src/include/postmaster/interrupt.h
index b488a9ac67d..3bf49320846 100644
--- a/src/include/postmaster/interrupt.h
+++ b/src/include/postmaster/interrupt.h
@@ -24,7 +24,7 @@
extern PGDLLIMPORT volatile sig_atomic_t ConfigReloadPending;
extern PGDLLIMPORT volatile sig_atomic_t ShutdownRequestPending;
-extern void HandleMainLoopInterrupts(void);
+extern void ProcessMainLoopInterrupts(void);
extern void SignalHandlerForConfigReload(SIGNAL_ARGS);
extern void SignalHandlerForCrashExit(SIGNAL_ARGS);
extern void SignalHandlerForShutdownRequest(SIGNAL_ARGS);