Commit 66fbcb0
committed
Avoid hot standby cancels from VAC FREEZE
VACUUM FREEZE generated false cancelations of standby queries on an
otherwise idle master. Caused by an off-by-one error on cutoff_xid
which goes back to original commit.
Backpatch to all versions 9.0+
Analysis and report by Marco Nenciarini
Bug fix by Simon Riggs1 parent 7d60b2a commit 66fbcb0
1 file changed
+4
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7572 | 7572 | | |
7573 | 7573 | | |
7574 | 7574 | | |
| 7575 | + | |
| 7576 | + | |
| 7577 | + | |
7575 | 7578 | | |
7576 | 7579 | | |
7577 | | - | |
| 7580 | + | |
7578 | 7581 | | |
7579 | 7582 | | |
7580 | 7583 | | |
| |||
0 commit comments