]> granicus.if.org Git - postgresql/commit
Fix rare missing cancellations in Hot Standby.
authorSimon Riggs <simon@2ndQuadrant.com>
Thu, 24 Jan 2013 14:24:17 +0000 (14:24 +0000)
committerSimon Riggs <simon@2ndQuadrant.com>
Thu, 24 Jan 2013 14:24:17 +0000 (14:24 +0000)
commitb544ea1a4135bac7ececa3bc4eedfd457997d96e
tree3d5176c701e22283cef99688b8654042cd3dbd15
parent3cef2179e0ded304286215c653d6458354d23a55
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