mirror of
https://github.com/postgres/postgres.git
synced 2026-04-22 22:59:54 -04:00
Fix whitespace
This commit is contained in:
parent
cc7b27da7f
commit
5c5619a744
1 changed files with 1 additions and 1 deletions
|
|
@ -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) ==
|
||||
|
|
|
|||
Loading…
Reference in a new issue