aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Eisentraut <peter@eisentraut.org>2020-09-20 14:41:28 +0200
committerPeter Eisentraut <peter@eisentraut.org>2020-09-20 14:41:28 +0200
commit11071da39e3969430b9c24ff792d806317e8d736 (patch)
treebe66b703a3714cc4e9fb5d19754d921f65298110
parent1af91dc032cfc3f1e47d3bbb976ad6c880668bad (diff)
downloadpostgresql-11071da39e3969430b9c24ff792d806317e8d736.tar.gz
postgresql-11071da39e3969430b9c24ff792d806317e8d736.zip
Fix whitespace
-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 d7339f068dd..040fc9b5be7 100644
--- a/src/backend/partitioning/partprune.c
+++ b/src/backend/partitioning/partprune.c
@@ -2427,7 +2427,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) ==