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.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/include/postmaster/startup.h b/src/include/postmaster/startup.h
index 9f59c1ffa3..bec313764a 100644
--- a/src/include/postmaster/startup.h
+++ b/src/include/postmaster/startup.h
@@ -16,7 +16,7 @@ extern void HandleStartupProcInterrupts(void);
extern void StartupProcessMain(void) pg_attribute_noreturn();
extern void PreRestoreCommand(void);
extern void PostRestoreCommand(void);
-extern bool IsPromoteTriggered(void);
-extern void ResetPromoteTriggered(void);
+extern bool IsPromoteSignaled(void);
+extern void ResetPromoteSignaled(void);
#endif /* _STARTUP_H */