- Notifications
You must be signed in to change notification settings - Fork5
Commit00ee6c7
committed
autovacuum: Fix polarity of "wraparound" variable
Commit0d83138 inadvertently reversed the meaning of thewraparound variable. This causes vacuums which are not required forwraparound to wait for locks to be acquired, and what is worse, itallows wraparound vacuums to skip locked pages.Bug reported by Jeff Janes inhttp://www.postgresql.org/message-id/CAMkU=1xmTEiaY=5oMHsSQo5vd9V1Ze4kNLL0qN2eH0P_GXOaYw@mail.gmail.comAnalysis and patch by Kyotaro HORIGUCHI1 parentc02ef23 commit00ee6c7
1 file changed
+1
-1
lines changedLines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
2526 | 2526 |
| |
2527 | 2527 |
| |
2528 | 2528 |
| |
2529 |
| - | |
| 2529 | + | |
2530 | 2530 |
| |
2531 | 2531 |
| |
2532 | 2532 |
| |
|
0 commit comments
Comments
(0)