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

cargo pgx test does not install timescaledb #550

@jgpruitt

Description

@jgpruitt

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    ImprovementImprovements to the existing features

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions