Skip to content

Refresh the generated functions snapshot - #16

Merged
estebanzimanyi merged 1 commit into
MobilityDB:mainfrom
estebanzimanyi:regen/functions-against-master
Aug 29, 2026
Merged

Refresh the generated functions snapshot#16
estebanzimanyi merged 1 commit into
MobilityDB:mainfrom
estebanzimanyi:regen/functions-against-master

Conversation

@estebanzimanyi

Copy link
Copy Markdown
Member

The committed functions package is what a go get consumer compiles, and it is derived from a catalog of the MEOS headers. Regenerating it from a catalog derived at MobilityDB b7a0bf712d brings it back to the surface the library exports: rtree_search, rtree_join and rtree_search_temporal take IndexSearchOp, the type meos.h declares at line 371, where the snapshot carries the retired RTreeSearchOp spelling in eighteen places. The refresh also carries the families the catalog reports today, and the whole module builds against an all-families libmeos. CI regenerates this package before building it, so its result speaks for the freshly derived code rather than for the snapshot a consumer compiles; the drift check between them is informational by its own comment, which is a separate change.

The committed functions package is what a `go get` consumer compiles,
and it is derived from a catalog of the MEOS headers. Regenerating it
from a catalog derived at MobilityDB b7a0bf712d brings it back to the
surface the library exports: rtree_search, rtree_join and
rtree_search_temporal take IndexSearchOp, the type meos.h declares,
where the snapshot carried the retired RTreeSearchOp spelling in
eighteen places.

The refresh also carries the families the catalog reports today, so the
whole module builds against an all-families libmeos.
@estebanzimanyi
estebanzimanyi merged commit 598fca8 into MobilityDB:main Aug 29, 2026
2 checks passed
@estebanzimanyi
estebanzimanyi deleted the regen/functions-against-master branch August 29, 2026 13:09
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