pgsql: Allow HotStandbyActiveInReplay() to be called in single user mod

From: Andres Freund <andres(at)anarazel(dot)de>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Allow HotStandbyActiveInReplay() to be called in single user mod
Date: 2015-06-08 12:20:55
Message-ID: E1Z1w2x-0004oE-4B@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Allow HotStandbyActiveInReplay() to be called in single user mode.

HotStandbyActiveInReplay, introduced in 061b079f, only allowed WAL
replay to happen in the startup process, missing the single user case.

This buglet is fairly harmless as it only causes problems when single
user mode in an assertion enabled build is used to replay a btree vacuum
record.

Backpatch to 9.2. 061b079f was backpatched further, but the assertion
was not.

Branch
------
REL9_4_STABLE

Details
-------
http://git.postgresql.org/pg/commitdiff/0db10d4e92b655dbb3cb3a08830783107e5f9e60

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

Browse pgsql-committers by date

  From Date Subject
Next Message Andres Freund 2015-06-08 12:20:57 pgsql: Allow HotStandbyActiveInReplay() to be called in single user mod
Previous Message Andres Freund 2015-06-08 12:20:52 pgsql: Allow HotStandbyActiveInReplay() to be called in single user mod