pgsql: match_clause_to_index should check only key columns - Mailing list pgsql-committers

From Teodor Sigaev
Subject pgsql: match_clause_to_index should check only key columns
Date
Msg-id E1f5DeB-0004JG-Gd@gemulon.postgresql.org
Whole thread Raw
List 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(-)


pgsql-committers by date:

Previous
From: Teodor Sigaev
Date:
Subject: pgsql: Remove unused variable in non-assert-enabled build
Next
From: Teodor Sigaev
Date:
Subject: Re: pgsql: Indexes with INCLUDE columns and their support in B-tree