cargo pgx test does not install timescaledb
jgpruitt opened this issue · 0 comments
jgpruitt commented
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.