mirror of
https://github.com/timescale/timescaledb.git
synced 2025-05-28 09:46:44 +08:00
PG14 introduced new `ALTER TABLE` sub-commands: * `.. ALTER COLUMN .. SET COMPRESSION`: handled it properly on `process_utility` hook code and added related regression tests * `.. DETACH PARTITION .. {CONCURRENTLY | FINALIZE}`: handled it properly on `process_utility` hook code but there's no need to add regression tests because we don't rely to native partitioning in hypertables. Closes #3643