summaryrefslogtreecommitdiff
path: root/src/include/postmaster/startup.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/postmaster/startup.h')
-rw-r--r--src/include/postmaster/startup.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/postmaster/startup.h b/src/include/postmaster/startup.h
index 3ec69502eb..54400b5d2a 100644
--- a/src/include/postmaster/startup.h
+++ b/src/include/postmaster/startup.h
@@ -13,7 +13,7 @@
#define _STARTUP_H
extern void HandleStartupProcInterrupts(void);
-extern void StartupProcessMain(void);
+extern void StartupProcessMain(void) __attribute__((noreturn));
extern void PreRestoreCommand(void);
extern void PostRestoreCommand(void);
extern bool IsPromoteTriggered(void);