From 5c5619a744a4f38e31fc8778e91dded5a107be5c Mon Sep 17 00:00:00 2001 From: Peter Eisentraut Date: Sun, 20 Sep 2020 14:40:51 +0200 Subject: [PATCH] Fix whitespace --- src/backend/partitioning/partprune.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/backend/partitioning/partprune.c b/src/backend/partitioning/partprune.c index d4a126849bd..2da9cff1d49 100644 --- a/src/backend/partitioning/partprune.c +++ b/src/backend/partitioning/partprune.c @@ -2407,7 +2407,7 @@ get_steps_using_prefix_recurse(GeneratePruningStepsContext *context, * have either equality clauses or an IS NULL clause, so if a * partition key doesn't have an expression, it would be specified * in step_nullkeys. - */ + */ Assert(context->rel->part_scheme->strategy != PARTITION_STRATEGY_HASH || list_length(step_exprs) + 2 + bms_num_members(step_nullkeys) == -- 2.39.5