- Notifications
You must be signed in to change notification settings - Fork4.9k
Commit88231ec
committed
Fix bug in compressed GIN data leaf page splitting code.
The list of posting lists it's dealing with can contain placeholders fordeleted posting lists. The placeholders are kept around so that they canbe WAL-logged, but we must be careful to not try to access them.This fixes bug #11280, reported by Mårten Svantesson. Backpatch to 9.4,where the compressed data leaf page code was added.1 parent65c9dc2 commit88231ec
1 file changed
+16
-12
lines changedLines changed: 16 additions & 12 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
641 | 641 |
| |
642 | 642 |
| |
643 | 643 |
| |
644 |
| - | |
645 |
| - | |
| 644 | + | |
| 645 | + | |
646 | 646 |
| |
647 |
| - | |
648 |
| - | |
| 647 | + | |
| 648 | + | |
| 649 | + | |
| 650 | + | |
| 651 | + | |
| 652 | + | |
| 653 | + | |
| 654 | + | |
| 655 | + | |
| 656 | + | |
| 657 | + | |
| 658 | + | |
| 659 | + | |
| 660 | + | |
649 | 661 |
| |
650 |
| - | |
651 |
| - | |
652 |
| - | |
653 |
| - | |
654 |
| - | |
655 |
| - | |
656 |
| - | |
657 |
| - | |
658 | 662 |
| |
659 | 663 |
| |
660 | 664 |
| |
|
0 commit comments
Comments
(0)