timescale / timescaledb

An open-source time-series SQL database optimized for fast ingest and complex queries. Packaged as a PostgreSQL extension.
https://www.timescale.com/
Other
16.83k stars 852 forks source link

Add check for column types we use in our catalog. #6956

Closed svenklemm closed 1 month ago

svenklemm commented 1 month ago

We have to be careful with the column types we use in our catalog to only allow types that are safe to use in catalog tables and not cause problems during extension upgrade, pg_upgrade or dump/restore.

Disable-check: force-changelog-file