pgsql: Revert "Disable STARTUP_PROGRESS_TIMEOUT in standby mode."

From: Robert Haas <rhaas(at)postgresql(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Revert "Disable STARTUP_PROGRESS_TIMEOUT in standby mode."
Date: 2023-02-06 16:21:47
Message-ID: E1pP4FW-001tlZ-8J@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

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

Branch
------
REL_15_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/1eadfbdd7eb0679ba8d45787aa8b2f06e76de20a

Modified Files
--------------
src/backend/access/transam/xlogrecovery.c | 25 +++----------------------
src/backend/postmaster/startup.c | 30 +++---------------------------
src/include/postmaster/startup.h | 2 --
3 files changed, 6 insertions(+), 51 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2023-02-06 16:43:25 pgsql: Last-minute updates for release notes.
Previous Message Robert Haas 2023-02-06 16:01:35 pgsql: Disable STARTUP_PROGRESS_TIMEOUT in standby mode.