pgsql: Ensure no xid gaps during Hot Standby startup - Mailing list pgsql-committers

From Simon Riggs
Subject pgsql: Ensure no xid gaps during Hot Standby startup
Date
Msg-id E1Uqkht-0007TQ-Ua@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Ensure no xid gaps during Hot Standby startup

In some cases with higher numbers of subtransactions
it was possible for us to incorrectly initialize
subtrans leading to complaints of missing pages.

Bug report by Sergey Konoplev
Analysis and fix by Andres Freund

Branch
------
REL9_1_STABLE

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

Modified Files
--------------
src/backend/access/transam/xlog.c   |    3 ++
src/backend/storage/ipc/procarray.c |   53 +++++++++++++++++++++++++++++++----
src/include/storage/procarray.h     |    1 +
3 files changed, 51 insertions(+), 6 deletions(-)


pgsql-committers by date:

Previous
From: Simon Riggs
Date:
Subject: pgsql: Ensure no xid gaps during Hot Standby startup
Next
From: Simon Riggs
Date:
Subject: pgsql: Ensure no xid gaps during Hot Standby startup