Skip to content

Name and number the GiST support functions as PostgreSQL 18 defines them - #29

Merged
estebanzimanyi merged 1 commit into
MobilityDB:masterfrom
estebanzimanyi:pg18-support
Aug 28, 2026
Merged

Name and number the GiST support functions as PostgreSQL 18 defines them#29
estebanzimanyi merged 1 commit into
MobilityDB:masterfrom
estebanzimanyi:pg18-support

Conversation

@estebanzimanyi

Copy link
Copy Markdown
Member

PostgreSQL 18 gives GiST support function 12 to GIST_TRANSLATE_CMPTYPE_PROC, so the multi-entry extract function is support function 13. The access method reads the compare-type procedure under the name the released header publishes, and the MobilityDB and PostGIS operator classes declare their extract function in slot 13, which is the slot mgist reads it from.

PostgreSQL 18 gives GiST support function 12 to GIST_TRANSLATE_CMPTYPE_PROC,
so the multi-entry extract function is support function 13. The access method
reads the compare-type procedure under the name the released header publishes,
and the MobilityDB and PostGIS operator classes declare their extract function
in slot 13, which is the slot mgist reads it from.
@estebanzimanyi
estebanzimanyi merged commit 82b4469 into MobilityDB:master Aug 28, 2026
1 check passed
@estebanzimanyi
estebanzimanyi deleted the pg18-support branch August 28, 2026 05:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant