- Notifications
You must be signed in to change notification settings - Fork5
Commit3725570
committed
Fix bug in early startup of Hot Standby with subtransactions.
When HS startup is deferred because of overflowed subtransactions, ensurethat we re-initialize KnownAssignedXids for when both existing and incomingsnapshots have non-zero qualifying xids.Fixes bug #6661 reported by Valentine Gogichashvili.Analysis and fix by Andres Freund1 parent3b5548a commit3725570
1 file changed
+31
-1
lines changedLines changed: 31 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
160 | 160 |
| |
161 | 161 |
| |
162 | 162 |
| |
| 163 | + | |
163 | 164 |
| |
164 | 165 |
| |
165 | 166 |
| |
| |||
526 | 527 |
| |
527 | 528 |
| |
528 | 529 |
| |
| 530 | + | |
| 531 | + | |
| 532 | + | |
| 533 | + | |
| 534 | + | |
529 | 535 |
| |
530 | 536 |
| |
531 | 537 |
| |
| |||
569 | 575 |
| |
570 | 576 |
| |
571 | 577 |
| |
572 |
| - | |
573 | 578 |
| |
574 | 579 |
| |
575 | 580 |
| |
| |||
599 | 604 |
| |
600 | 605 |
| |
601 | 606 |
| |
| 607 | + | |
| 608 | + | |
| 609 | + | |
| 610 | + | |
| 611 | + | |
| 612 | + | |
602 | 613 |
| |
603 | 614 |
| |
604 | 615 |
| |
| |||
3340 | 3351 |
| |
3341 | 3352 |
| |
3342 | 3353 |
| |
| 3354 | + | |
| 3355 | + | |
| 3356 | + | |
| 3357 | + | |
| 3358 | + | |
| 3359 | + | |
| 3360 | + | |
| 3361 | + | |
| 3362 | + | |
| 3363 | + | |
| 3364 | + | |
| 3365 | + | |
| 3366 | + | |
| 3367 | + | |
| 3368 | + | |
| 3369 | + | |
| 3370 | + | |
| 3371 | + | |
| 3372 | + |
0 commit comments
Comments
(0)