forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commite92edde
Add additional checks while creating the initial decoding snapshot.
As per one of the CI reports, there is an assertion failure whichindicates that we were trying to use an unenforced xmin horizon fordecoding snapshots. Though, we couldn't figure out the reason forassertion failure these checks would help us in finding the reason if theproblem happens again in the future.Author: Amit Kapila based on suggestions by Andres FreundReviewd by: Andres FreundDiscussion:https://postgr.es/m/CAA4eK1L8wYcyTPxNzPGkhuO52WBGoOZbT0A73Le=ZUWYAYmdfw@mail.gmail.com1 parent659a213 commite92edde
2 files changed
+23
-11
lines changedLines changed: 18 additions & 11 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
566 | 566 |
| |
567 | 567 |
| |
568 | 568 |
| |
| 569 | + | |
569 | 570 |
| |
570 | 571 |
| |
571 | 572 |
| |
572 |
| - | |
573 | 573 |
| |
| 574 | + | |
| 575 | + | |
| 576 | + | |
| 577 | + | |
| 578 | + | |
| 579 | + | |
| 580 | + | |
574 | 581 |
| |
575 | 582 |
| |
576 | 583 |
| |
| |||
588 | 595 |
| |
589 | 596 |
| |
590 | 597 |
| |
| 598 | + | |
| 599 | + | |
| 600 | + | |
| 601 | + | |
591 | 602 |
| |
592 |
| - | |
593 |
| - | |
594 |
| - | |
| 603 | + | |
| 604 | + | |
| 605 | + | |
595 | 606 |
| |
596 |
| - | |
597 |
| - | |
598 |
| - | |
599 |
| - | |
600 |
| - | |
601 |
| - | |
602 |
| - | |
| 607 | + | |
| 608 | + | |
| 609 | + | |
603 | 610 |
| |
604 | 611 |
| |
605 | 612 |
| |
|
Lines changed: 5 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1099 | 1099 |
| |
1100 | 1100 |
| |
1101 | 1101 |
| |
| 1102 | + | |
| 1103 | + | |
| 1104 | + | |
| 1105 | + | |
| 1106 | + | |
1102 | 1107 |
| |
1103 | 1108 |
| |
1104 | 1109 |
| |
|
0 commit comments
Comments
(0)