-
Notifications
You must be signed in to change notification settings - Fork 895
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Replace SPI_execute by SPI_execute_with_args
To prevent issues on TimestampTz output used in SQL statements dynamically generated for the Continuous Aggregate materialization code we replaced the `SPI_execute` by `SPI_execute_with_args` so now it will not to convert timestamp to string and parse it back anymore. This popped up due to some tzdata 2024b changes in timezone PST8PDT that also lead to some Postgres changes on PG17: postgres/postgres@b8ea0f67
- Loading branch information
1 parent
bfc3041
commit 7c56096
Showing
1 changed file
with
81 additions
and
58 deletions.
There are no files selected for viewing
This file contains 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