Skip to content

Conversation

@mschoema
Copy link
Member

When MobilityDB is compiled in release mode, the temptype_subtype function is not defined and the following error arises when trying to CREATE EXTENSION mobilitydb_mest:

postgres=# create extension mobilitydb_mest ;
ERROR:  could not load library "/.../mobilitydb_mest.so": /.../mobilitydb_mest.so: undefined symbol: temptype_subtype

This PR temporarily removes the assert(temptype_subtype(temp->subtype)); calls to avoid this problem, while waiting for a cleaner solution.

@mschoema mschoema requested a review from estebanzimanyi May 14, 2025 06:06
@estebanzimanyi estebanzimanyi merged commit 5cce1d6 into MobilityDB:master May 15, 2025
1 check passed
@mschoema mschoema deleted the release branch July 12, 2025 14:08
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