pgsql: Minor cleanup of indxpath.c. - Mailing list pgsql-committers

From Robert Haas
Subject pgsql: Minor cleanup of indxpath.c.
Date
Msg-id E1PJseL-0006kl-Iw@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Minor cleanup of indxpath.c.

Eliminate some superfluous notational complexity around
match_clause_to_indexcol(), and rip out the DoneMatchingIndexKeys
crock.

Branch
------
master

Details
-------
http://git.postgresql.org/gitweb?p=postgresql.git;a=commitdiff;h=99bc012d5198bdfd2aa67336f645dbf887bb0ec9

Modified Files
--------------
src/backend/optimizer/path/indxpath.c |   35 +++++++-------------------------
1 files changed, 8 insertions(+), 27 deletions(-)


pgsql-committers by date:

Previous
From: h-saito@pgfoundry.org (Hiroshi Saito)
Date:
Subject: psqlodbc - psqlodbc: addition of a change history.
Next
From: Tom Lane
Date:
Subject: pgsql: Further cleanup of indxpath logic related to IndexOptInfo.opfami