Skip to content

Fix the commutators of the ttext temporal compops (#722)#725

Merged
mschoema merged 1 commit intoMobilityDB:stable-1.2from
mschoema:commutator
Sep 30, 2025
Merged

Fix the commutators of the ttext temporal compops (#722)#725
mschoema merged 1 commit intoMobilityDB:stable-1.2from
mschoema:commutator

Conversation

@mschoema
Copy link
Copy Markdown
Member

Fixes the issue mentioned by #680.

The commutators of the temporal compops for the ttext were wrong. Previously this didn't raise an error, but starting with PG 17, postgres raises an error when two operators have the same commutator. Strangely, this error was only raised when running pg_upgrade to go from PG 16 to PG 17, and does not get raised when running CREATE INSTALL.

Cherry-pick of c2c5608

Fixes the issue mentioned by MobilityDB#680.

The commutators of the temporal compops for the `ttext` were wrong.
Previously this didn't raise an error, but starting with PG 17, postgres
raises an error when two operators have the same commutator. Strangely,
this error was only raised when running `pg_upgrade` to go from PG 16 to
PG 17, and does not get raised when running `CREATE INSTALL`.
@mschoema mschoema merged commit 5e410dc into MobilityDB:stable-1.2 Sep 30, 2025
12 of 19 checks passed
@mschoema mschoema deleted the commutator branch September 30, 2025 22:13
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