]> granicus.if.org Git - postgresql/commit
Fix rare missing cancellations in Hot Standby.
authorSimon Riggs <simon@2ndQuadrant.com>
Thu, 24 Jan 2013 14:19:29 +0000 (14:19 +0000)
committerSimon Riggs <simon@2ndQuadrant.com>
Thu, 24 Jan 2013 14:19:29 +0000 (14:19 +0000)
commit5c54f63fd66973c32f6e96333d3bee1ba3669563
treec4cc0b4a49aaf7acbc274b421844959a8d03bd48
parentbd6aca8a7713ecc0bed94dfb081bf24eda0c1f55
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.
src/backend/access/heap/pruneheap.c