pgsql: Un-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: Un-revert "Disable STARTUP_PROGRESS_TIMEOUT in standby mode."
Date: 2023-02-10 21:33:51
Message-ID: E1pQb1i-000SCl-Av@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Un-revert "Disable STARTUP_PROGRESS_TIMEOUT in standby mode."

This reverts commit 1eadfbdd7eb0679ba8d45787aa8b2f06e76de20a
and thus reinstates commit 98e7234242a652497c99d4d0d6f2bf9a75d4e921.

It's a better time to commit this now that the release is over.

Discussion: http://postgr.es/m/3509384.1675878203@sss.pgh.pa.us

Branch
------
REL_15_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/ecb01e6ebb5a67f3fc00840695682a8b1ba40461

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

Browse pgsql-committers by date

  From Date Subject
Next Message Andres Freund 2023-02-11 18:22:55 pgsql: Create regress_tblspc in test_setup
Previous Message Tom Lane 2023-02-10 19:52:42 pgsql: Fix join removal logic to clean up sub-RestrictInfos of OR claus