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: | [email protected] |
Views: | Whole Thread | Raw Message | 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/[email protected]
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(-)
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. |