Skip to content

v1.3.8-beta.10

Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 18 Dec 17:35
· 1134 commits to main since this release
456374e

fix: convert columnstore chunks to rowstore before ALTER TABLE

TimescaleDB requires chunks to be converted from columnstore to rowstore
BEFORE disabling columnstore. Uses convert_to_rowstore() for 2.18+ with
fallback to decompress_chunk() for older versions.