pgsql: Minor cleanup of indxpath.c.

From: Robert Haas <rhaas(at)postgresql(dot)org>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Minor cleanup of indxpath.c.
Date: 2010-11-20 18:59:01
Message-ID: E1PJseL-0006kl-Iw@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2010-11-20 20:07:32 pgsql: Further cleanup of indxpath logic related to IndexOptInfo.opfami
Previous Message Hiroshi Saito 2010-11-20 17:31:21 psqlodbc - psqlodbc: addition of a change history.