summaryrefslogtreecommitdiff
path: root/src/include
diff options
context:
space:
mode:
authorRobert Haas <rhaas@postgresql.org>2023-02-06 11:16:03 -0500
committerRobert Haas <rhaas@postgresql.org>2023-02-06 11:16:03 -0500
commit1eadfbdd7eb0679ba8d45787aa8b2f06e76de20a (patch)
tree09b3b7f148ee800fc21c8559e411e11df62f0af8 /src/include
parent98e7234242a652497c99d4d0d6f2bf9a75d4e921 (diff)
Revert "Disable STARTUP_PROGRESS_TIMEOUT in standby mode."
This reverts commit 98e7234242a652497c99d4d0d6f2bf9a75d4e921. I forgot that we're about to wrap a release, and this fix isn't critical enough to justify committing it right before we wrap a release. Discussion: http://postgr.es/m/2676424.1675700113@sss.pgh.pa.us
Diffstat (limited to 'src/include')
-rw-r--r--src/include/postmaster/startup.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/include/postmaster/startup.h b/src/include/postmaster/startup.h
index 12897531c39..d66ec1fcb12 100644
--- a/src/include/postmaster/startup.h
+++ b/src/include/postmaster/startup.h
@@ -32,8 +32,6 @@ extern void PostRestoreCommand(void);
extern bool IsPromoteSignaled(void);
extern void ResetPromoteSignaled(void);
-extern void enable_startup_progress_timeout(void);
-extern void disable_startup_progress_timeout(void);
extern void begin_startup_progress_phase(void);
extern void startup_progress_timeout_handler(void);
extern bool has_startup_progress_timeout_expired(long *secs, int *usecs);