forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit6537a48
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.Analysis and report by Marco NenciariniBug fix by Simon RiggsThis is a correct backpatch of commit66fbcb0 to branches 9.1 through9.4. That commit was backpatched to 9.0 originally, but it wasimmediately reverted in 9.0-9.4 because it didn't compile.1 parent4632076 commit6537a48
1 file changed
+14
-2
lines changedLines changed: 14 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
6928 | 6928 |
| |
6929 | 6929 |
| |
6930 | 6930 |
| |
6931 |
| - | |
| 6931 | + | |
| 6932 | + | |
| 6933 | + | |
| 6934 | + | |
| 6935 | + | |
| 6936 | + | |
| 6937 | + | |
6932 | 6938 |
| |
6933 | 6939 |
| |
6934 | 6940 |
| |
| |||
7103 | 7109 |
| |
7104 | 7110 |
| |
7105 | 7111 |
| |
7106 |
| - | |
| 7112 | + | |
| 7113 | + | |
| 7114 | + | |
| 7115 | + | |
| 7116 | + | |
| 7117 | + | |
| 7118 | + | |
7107 | 7119 |
| |
7108 | 7120 |
| |
7109 | 7121 |
| |
|
0 commit comments
Comments
(0)