forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit892a0e4
committed
Avoid hot standby cancels from VAC FREEZE
VACUUM FREEZE generated false cancelations of standby queries on anotherwise idle master. Caused by an off-by-one error on cutoff_xidwhich goes back to original commit.Backpatch to all versions 9.0+Analysis and report by Marco NenciariniBug fix by Simon Riggs1 parentd66b67f commit892a0e4
1 file changed
+7
-1
lines changedLines changed: 7 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
7064 | 7064 |
| |
7065 | 7065 |
| |
7066 | 7066 |
| |
7067 |
| - | |
| 7067 | + | |
| 7068 | + | |
| 7069 | + | |
| 7070 | + | |
| 7071 | + | |
| 7072 | + | |
| 7073 | + | |
7068 | 7074 |
| |
7069 | 7075 |
| |
7070 | 7076 |
| |
|
0 commit comments
Comments
(0)