From 1df16149db472b1640e57931d98fced37796380e Mon Sep 17 00:00:00 2001 From: Alexander Kuzmenkov <36882414+akuzm@users.noreply.github.com> Date: Fri, 1 Sep 2023 17:46:10 +0200 Subject: [PATCH] format --- src/planner/planner.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 =