pgsql: match_clause_to_index should check only key columns

From: Teodor Sigaev <teodor(at)sigaev(dot)ru>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: match_clause_to_index should check only key columns
Date: 2018-04-08 16:58:31
Message-ID: E1f5DeB-0004JG-Gd@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

match_clause_to_index should check only key columns

Alexander Korotkov per gripe from Tom Lane noticed on valgrind-enabled
buildfarm members

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/02f3e558f21c0fbec9f94d5de9ad34f321eb0e57

Modified Files
--------------
src/backend/optimizer/path/indxpath.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Teodor Sigaev 2018-04-08 16:58:47 Re: pgsql: Indexes with INCLUDE columns and their support in B-tree
Previous Message Teodor Sigaev 2018-04-08 16:30:52 pgsql: Remove unused variable in non-assert-enabled build