From bdf46af748d0f15f257c99bf06e9e25aba6a24f9 Mon Sep 17 00:00:00 2001 From: Tom Lane Date: Thu, 26 Apr 2018 14:47:16 -0400 Subject: Post-feature-freeze pgindent run. Discussion: https://postgr.es/m/15719.1523984266@sss.pgh.pa.us --- src/backend/optimizer/path/indxpath.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/backend/optimizer/path/indxpath.c') diff --git a/src/backend/optimizer/path/indxpath.c b/src/backend/optimizer/path/indxpath.c index 07d55a59ad6..f295558f767 100644 --- a/src/backend/optimizer/path/indxpath.c +++ b/src/backend/optimizer/path/indxpath.c @@ -2696,6 +2696,7 @@ match_clause_to_ordering_op(IndexOptInfo *index, opfamily = index->opfamily[indexcol]; idxcollation = index->indexcollations[indexcol]; + /* * Clause must be a binary opclause. */ @@ -3945,7 +3946,7 @@ adjust_rowcompare_for_index(RowCompareExpr *clause, IndexCollMatchesExprColl(index->indexcollations[i], lfirst_oid(collids_cell))) - break; + break; } if (i >= index->ncolumns) break; /* no match found */ -- cgit v1.2.3