diff options
Diffstat (limited to 'src/backend/optimizer/path/clausesel.c')
-rw-r--r-- | src/backend/optimizer/path/clausesel.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/backend/optimizer/path/clausesel.c b/src/backend/optimizer/path/clausesel.c index 9dae586a518..bfad6b79878 100644 --- a/src/backend/optimizer/path/clausesel.c +++ b/src/backend/optimizer/path/clausesel.c @@ -161,9 +161,9 @@ clauselist_selectivity_simple(PlannerInfo *root, int listidx; /* - * If there's exactly one clause (and it was not estimated yet), just - * go directly to clause_selectivity(). None of what we might do below - * is relevant. + * If there's exactly one clause (and it was not estimated yet), just go + * directly to clause_selectivity(). None of what we might do below is + * relevant. */ if ((list_length(clauses) == 1) && bms_num_members(estimatedclauses) == 0) |