forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit668e37d
committed
Fix wrong WAL info value generated when gistContinueInsert() performs an
index page split. This would result in index corruption, or even more likelyan error during WAL replay, if we were unlucky enough to crash duringend-of-recovery cleanup after having completed an incomplete GIST insertion.Yoichi Hirai1 parent98e8a41 commit668e37d
1 file changed
+5
-2
lines changedLines changed: 5 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
8 | 8 |
| |
9 | 9 |
| |
10 | 10 |
| |
11 |
| - | |
| 11 | + | |
12 | 12 |
| |
13 | 13 |
| |
14 | 14 |
| |
| |||
650 | 650 |
| |
651 | 651 |
| |
652 | 652 |
| |
| 653 | + | |
653 | 654 |
| |
654 | 655 |
| |
655 | 656 |
| |
| |||
738 | 739 |
| |
739 | 740 |
| |
740 | 741 |
| |
| 742 | + | |
741 | 743 |
| |
742 | 744 |
| |
743 | 745 |
| |
| |||
751 | 753 |
| |
752 | 754 |
| |
753 | 755 |
| |
| 756 | + | |
754 | 757 |
| |
755 | 758 |
| |
756 | 759 |
| |
| |||
767 | 770 |
| |
768 | 771 |
| |
769 | 772 |
| |
770 |
| - | |
| 773 | + | |
771 | 774 |
| |
772 | 775 |
| |
773 | 776 |
| |
|
0 commit comments
Comments
(0)