pgsql: Initialize shared memory copy of ckptXidEpoch correctly when not - Mailing list pgsql-committers

From Heikki Linnakangas
Subject pgsql: Initialize shared memory copy of ckptXidEpoch correctly when not
Date
Msg-id E1Ske8U-0003zz-Pz@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Initialize shared memory copy of ckptXidEpoch correctly when not in recovery.

This bug was introduced by commit 20d98ab6e4110087d1816cd105a40fcc8ce0a307,
so backpatch this to 9.0-9.2 like that one.

This fixes bug #6710, reported by Tarvi Pillessaar

Branch
------
REL9_2_STABLE

Details
-------
http://git.postgresql.org/pg/commitdiff/214fa27e9296fa74955a0682a8bea4d6d42c4b13

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


pgsql-committers by date:

Previous
From: Heikki Linnakangas
Date:
Subject: pgsql: Initialize shared memory copy of ckptXidEpoch correctly when not
Next
From: Alvaro Herrera
Date:
Subject: Re: pgsql: pg_dump: Fix verbosity level in LO progress messages