forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit371668a
committed
Fix GiST buffering build to work when there are included columns.
gistRelocateBuildBuffersOnSplit did not get the memo about whichattribute count to use. This could lead to a crash if there wereincluded columns and buffering build was chosen. (Because thereare random page-split decisions elsewhere in GiST index build,the crashes are not entirely deterministic.)Back-patch to v12 where GiST gained support for included columns.Pavel BorisovDiscussion:https://postgr.es/m/CALT9ZEECCV5m7wvxg46PC-7x-EybUmnpupBGhSFMoAAay+r6HQ@mail.gmail.com1 parent78c0b6e commit371668a
1 file changed
+2
-2
lines changedLines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
666 | 666 |
| |
667 | 667 |
| |
668 | 668 |
| |
669 |
| - | |
| 669 | + | |
670 | 670 |
| |
671 | 671 |
| |
672 | 672 |
| |
| |||
692 | 692 |
| |
693 | 693 |
| |
694 | 694 |
| |
695 |
| - | |
| 695 | + | |
696 | 696 |
| |
697 | 697 |
| |
698 | 698 |
| |
|
0 commit comments
Comments
(0)