]> granicus.if.org Git - postgresql/commit
Remove cut-off bug from RunningTransactionData
authorSimon Riggs <simon@2ndQuadrant.com>
Thu, 14 Jun 2018 11:02:41 +0000 (12:02 +0100)
committerSimon Riggs <simon@2ndQuadrant.com>
Thu, 14 Jun 2018 11:02:41 +0000 (12:02 +0100)
commit802bde87ba3c64b28d019e8265c2d8948a027c9c
tree7ccbe1bde4e427cafb2468417b9f3607dcfa4c13
parent91781335ede4db549a28ffb8e84d3b592eef9f2f
Remove cut-off bug from RunningTransactionData

32ac7a118fc17f5 tried to fix a Hot Standby issue
reported by Greg Stark, but in doing so caused
a different bug to appear, noted by Andres Freund.

Revoke the core changes from 32ac7a118fc17f5,
leaving in its place a minor change in code
ordering and comments to explain for the future.
src/backend/storage/ipc/procarray.c