You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 2, 2024. It is now read-only.
cargo pgx test runs in a database that does not have timescaledb installed. This means that all our SQL migration code has to be able to run successfully in the case that timescaledb is not installed. However, we require timescaledb now, so it would be really nice to not have to sprinkle IF NOT _prom_catalog.is_timescaledb_installed() all over our code anymore.