Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 11071da

Browse files
committed
Fix whitespace
1 parent 1af91dc commit 11071da

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

0 commit comments

Comments
 (0)