SP-GiST support of the range adjacent operator -|-
Heikki Linnakangas <heikki.linnakangas@iki.fi>
SP-GiST support of the range adjacent operator -|- Alexander Korotkov, reviewed by Jeff Davis.
Files
| Path | Change | +/− |
|---|---|---|
| src/backend/utils/adt/rangetypes.c | modified | +62 −57 |
| src/backend/utils/adt/rangetypes_spgist.c | modified | +137 −0 |
| src/include/catalog/pg_amop.h | modified | +1 −0 |
| src/include/utils/rangetypes.h | modified | +2 −0 |
| src/test/regress/expected/opr_sanity.out | modified | +2 −1 |