Skip to content

Remove local and postgres includes from new exported header files#748

Merged
estebanzimanyi merged 1 commit intoMobilityDB:masterfrom
Diviloper:master
Nov 27, 2025
Merged

Remove local and postgres includes from new exported header files#748
estebanzimanyi merged 1 commit intoMobilityDB:masterfrom
Diviloper:master

Conversation

@Diviloper
Copy link
Copy Markdown
Member

This PR just removes the local and postgres includes in two exportable header files (makes PyMEOS build crash):

  • meos_pose.h: removes temporal/set.h
  • meos_rgeo.h: Removes geo/stbox.h and postgres.h.

For the postgres include in meos_rgeo.h, initially I tried to do it as in meos.h, where the import is different depending on the MEOS flag and then modified in the CMake, but it kept crashing when building PyMEOS because the definitions where repeated. Since meos_rgeo.h imports meos.h, I figured I could remove it altogether.

@Diviloper Diviloper changed the title Remove local imports from exported header files Remove local and postgres includes from new exported header files Nov 27, 2025
@estebanzimanyi estebanzimanyi merged commit dd58672 into MobilityDB:master Nov 27, 2025
18 checks passed
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.

2 participants