Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix compiler error when using PG_TRY..PG_FINALLY
In #7505 we used PG_TRY() .. PG_FINALLY() but some CI configurations was not happy with it reporting "variable might be clobbered by longjmp". Fixed it by using PG_TRY() .. PG_CATCH() instead. https://github.com/timescale/timescaledb/actions/runs/12277548387/job/34257269473#step:13:206
- Loading branch information