Support INCLUDE'd columns in SP-GiST.

Tom Lane <tgl@sss.pgh.pa.us>

Commit: 09c1c6ab4bc5764dd69c53ccfd43b2060b1fd090
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2021-04-05T22:41:21Z
Releases: 14.0
Support INCLUDE'd columns in SP-GiST.

Not much to say here: does what it says on the tin.
We steal a previously-always-zero bit from the nextOffset
field of leaf index tuples in order to track whether there
is a nulls bitmap.  Otherwise it works about like included
columns in other index types.

Pavel Borisov, reviewed by Andrey Borodin and Anastasia Lubennikova,
and rather heavily editorialized on by me

Discussion: https://postgr.es/m/CALT9ZEFi-vMp4faht9f9Junb1nO3NOSjhpxTmbm1UGLMsLqiEQ@mail.gmail.com

Files

Documentation touched

Discussion