Skip to content

Commit 5c5619a

Browse files
committed
Fix whitespace
1 parent cc7b27d commit 5c5619a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/backend/partitioning/partprune.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2407,7 +2407,7 @@ get_steps_using_prefix_recurse(GeneratePruningStepsContext *context,
24072407
* have either equality clauses or an IS NULL clause, so if a
24082408
* partition key doesn't have an expression, it would be specified
24092409
* in step_nullkeys.
2410-
*/
2410+
*/
24112411
Assert(context->rel->part_scheme->strategy
24122412
!= PARTITION_STRATEGY_HASH ||
24132413
list_length(step_exprs) + 2 + bms_num_members(step_nullkeys) ==

0 commit comments

Comments
 (0)