pgsql: Initialize shared memory copy of ckptXidEpoch correctly when not
pgsql: Initialize shared memory copy of ckptXidEpoch correctly when not
От:
Heikki Linnakangas <heikki.linnakangas@iki.fi>
Дата:
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_0_STABLE Details ------- http://git.postgresql.org/pg/commitdiff/580bde7a1022aa93abbfb4db67a754a1da86b49c Modified Files -------------- src/backend/access/transam/xlog.c | 7 +++---- 1 files changed, 3 insertions(+), 4 deletions(-)