pgsql: Do wal_level and hot standby checks when doing crash-then-archiv - Mailing list pgsql-committers

From Heikki Linnakangas
Subject pgsql: Do wal_level and hot standby checks when doing crash-then-archiv
Date
Msg-id E1WLBIC-0007Jr-3c@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Do wal_level and hot standby checks when doing crash-then-archive recovery.

CheckRequiredParameterValues() should perform the checks if archive recovery
was requested, even if we are going to perform crash recovery first.

Reported by Kyotaro HORIGUCHI. Backpatch to 9.2, like the crash-then-archive
recovery mode.

Branch
------
REL9_3_STABLE

Details
-------
http://git.postgresql.org/pg/commitdiff/a5363a696a46d97b94ac63394f3952e9769ee113

Modified Files
--------------
src/backend/access/transam/xlog.c |    4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)


pgsql-committers by date:

Previous
From: Heikki Linnakangas
Date:
Subject: pgsql: Fix lastReplayedEndRecPtr calculation when starting from shutdow
Next
From: Heikki Linnakangas
Date:
Subject: pgsql: Do wal_level and hot standby checks when doing crash-then-archiv