aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorPeter Eisentraut <peter@eisentraut.org>2020-09-20 14:40:51 +0200
committerPeter Eisentraut <peter@eisentraut.org>2020-09-20 14:40:51 +0200
commit5c5619a744a4f38e31fc8778e91dded5a107be5c (patch)
treedcb99ba46950c904441c75f9314835cd3b720e9e /src
parentcc7b27da7fb884f2d69c96b8c9a0e299b4078e29 (diff)
downloadpostgresql-5c5619a744a4f38e31fc8778e91dded5a107be5c.tar.gz
postgresql-5c5619a744a4f38e31fc8778e91dded5a107be5c.zip
Fix whitespace
Diffstat (limited to 'src')
-rw-r--r--src/backend/partitioning/partprune.c2
1 files changed, 1 insertions, 1 deletions
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) ==