pgsql: Fix rare missing cancellations in Hot Standby. - Mailing list pgsql-committers

From Simon Riggs
Subject pgsql: Fix rare missing cancellations in Hot Standby.
Date
Msg-id E1TyNkZ-0007qw-UH@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Fix rare missing cancellations in Hot Standby.
The machinery around XLOG_HEAP2_CLEANUP_INFO failed
to correctly pass through the necessary information
on latestRemovedXid, avoiding cancellations in some
infrequent concurrent update/cleanup scenarios.

Backpatchable fix to 9.0

Detailed bug report and fix by Noah Misch,
backpatchable version by me.

Branch
------
REL9_0_STABLE

Details
-------
http://git.postgresql.org/pg/commitdiff/3a25b2d70c28942cf2c5e4d90d3a643baf845dfc

Modified Files
--------------
src/backend/access/heap/pruneheap.c |    2 +-
1 files changed, 1 insertions(+), 1 deletions(-)


pgsql-committers by date:

Previous
From: Bruce Momjian
Date:
Subject: pgsql: pg_upgrade: report failed cluster name
Next
From: Simon Riggs
Date:
Subject: pgsql: Fix rare missing cancellations in Hot Standby.