forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit9af67b6
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 parentb6c4b58 commit9af67b6
1 file changed
+7
-1
lines changedLines changed: 7 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
7517 | 7517 |
| |
7518 | 7518 |
| |
7519 | 7519 |
| |
7520 |
| - | |
| 7520 | + | |
| 7521 | + | |
| 7522 | + | |
| 7523 | + | |
| 7524 | + | |
| 7525 | + | |
| 7526 | + | |
7521 | 7527 |
| |
7522 | 7528 |
| |
7523 | 7529 |
| |
|
0 commit comments
Comments
(0)