1
0
mirror of https://github.com/postgres/postgres.git synced 2025-05-12 16:21:30 +03:00

Fix whitespace

This commit is contained in:
Peter Eisentraut 2020-09-20 14:41:28 +02:00
parent 1af91dc032
commit 11071da39e

View File

@ -2427,7 +2427,7 @@ get_steps_using_prefix_recurse(GeneratePruningStepsContext *context,
* have either equality clauses or an IS NULL clause, so if a * have either equality clauses or an IS NULL clause, so if a
* partition key doesn't have an expression, it would be specified * partition key doesn't have an expression, it would be specified
* in step_nullkeys. * in step_nullkeys.
*/ */
Assert(context->rel->part_scheme->strategy Assert(context->rel->part_scheme->strategy
!= PARTITION_STRATEGY_HASH || != PARTITION_STRATEGY_HASH ||
list_length(step_exprs) + 2 + bms_num_members(step_nullkeys) == list_length(step_exprs) + 2 + bms_num_members(step_nullkeys) ==