This repository was archived by the owner on Apr 2, 2024. It is now read-only.

Description
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.