Write MEST in capitals and state the current dependencies in the README files - #31
Merged
estebanzimanyi merged 2 commits intoAug 28, 2026
Merged
Conversation
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.
…ME files MEST is an acronym and reads in capitals wherever the prose names the project; the extension names mest, postgis_mest and mobilitydb_mest keep their lowercase identity. The contents list points at contrib/postgis, which is where the PostGIS extension lives, and names the one geometry operator class that extension defines. The extensions build on PostgreSQL 18, and the MobilityDB contrib on MobilityDB 1.4 and MEOS 1.4, whose headers pull in json-c. The mest extension carries both the mgist and the mspgist access methods, so the per-access-method directories point at it rather than at an extension of their own, and the examples name types the operator classes cover and options the operator classes read.
estebanzimanyi
force-pushed
the
readme-mest-capitals
branch
from
August 27, 2026 22:51
46638ba to
2e97b03
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
MEST is an acronym and reads in capitals wherever the prose names the project; the extension names mest, postgis_mest and mobilitydb_mest keep their lowercase identity. The contents list points at contrib/postgis, which is where the PostGIS extension lives, and names the one geometry operator class that extension defines. The extensions build on PostgreSQL 18, and the MobilityDB contrib on MobilityDB 1.4 and MEOS 1.4, whose headers pull in json-c. The mest extension carries both the mgist and the mspgist access methods, so the per-access-method directories point at it rather than at an extension of their own, and the examples name types the operator classes cover and options the operator classes read.