Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
akuzm committed Sep 1, 2023
1 parent 26f6dfe commit 1df1614
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/planner/planner.c
Original file line number Diff line number Diff line change
Expand Up @@ -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 =
Expand Down

0 comments on commit 1df1614

Please sign in to comment.