]> git.ipfire.org Git - thirdparty/postgresql.git/commitdiff
Fix whitespace
authorPeter Eisentraut <peter@eisentraut.org>
Sun, 20 Sep 2020 12:40:51 +0000 (14:40 +0200)
committerPeter Eisentraut <peter@eisentraut.org>
Sun, 20 Sep 2020 12:40:51 +0000 (14:40 +0200)
src/backend/partitioning/partprune.c

index d4a126849bda4cd22c45f150163394f7ec91b5bb..2da9cff1d497026e3cd4aa6d1d2ce050c26fc8f4 100644 (file)
@@ -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) ==