forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit0dd6a09
committed
Fix incorrect initialization of ProcGlobal->startupBufferPinWaitBufId.
It was initialized in the wrong place and to the wrong value. With badluck this could result in incorrect query-cancellation failures in hotstandby sessions, should a HS backend be holding pin on buffer number 1while trying to acquire a lock.1 parentbc6616a commit0dd6a09
3 files changed
+7
-8
lines changedLines changed: 2 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
2449 | 2449 |
| |
2450 | 2450 |
| |
2451 | 2451 |
| |
2452 |
| - | |
| 2452 | + | |
2453 | 2453 |
| |
2454 | 2454 |
| |
2455 | 2455 |
| |
| 2456 | + | |
2456 | 2457 |
| |
2457 | 2458 |
| |
2458 | 2459 |
| |
|
Lines changed: 4 additions & 6 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
180 | 180 |
| |
181 | 181 |
| |
182 | 182 |
| |
| 183 | + | |
| 184 | + | |
| 185 | + | |
183 | 186 |
| |
184 | 187 |
| |
185 | 188 |
| |
| |||
499 | 502 |
| |
500 | 503 |
| |
501 | 504 |
| |
502 |
| - | |
503 | 505 |
| |
504 | 506 |
| |
505 | 507 |
| |
| |||
526 | 528 |
| |
527 | 529 |
| |
528 | 530 |
| |
529 |
| - | |
530 |
| - | |
531 | 531 |
| |
532 | 532 |
| |
533 | 533 |
| |
534 |
| - | |
535 |
| - | |
536 |
| - | |
| 534 | + | |
537 | 535 |
| |
538 | 536 |
| |
539 | 537 |
| |
|
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
159 | 159 |
| |
160 | 160 |
| |
161 | 161 |
| |
162 |
| - | |
| 162 | + | |
163 | 163 |
| |
164 | 164 |
| |
165 | 165 |
| |
|
0 commit comments
Comments
(0)