diff --git a/src/planner/planner.c b/src/planner/planner.c index 54521cf2c2d..9e9abc9f099 100644 --- a/src/planner/planner.c +++ b/src/planner/planner.c @@ -1354,7 +1354,8 @@ timescaledb_get_relation_info_hook(PlannerInfo *root, Oid relation_objectid, boo * Chunk data cached by our hypertable expansion, but it cases when * these functions don't run, we have to do it here. */ - const bool use_transparent_decompression = ts_guc_enable_transparent_decompression && TS_HYPERTABLE_HAS_COMPRESSION_TABLE(ht); + const bool use_transparent_decompression = + ts_guc_enable_transparent_decompression && TS_HYPERTABLE_HAS_COMPRESSION_TABLE(ht); const bool is_standalone_chunk = (type == TS_REL_CHUNK_STANDALONE) && !TS_HYPERTABLE_IS_INTERNAL_COMPRESSION_TABLE(ht); const bool is_child_chunk_in_update =