pgsql: Marginal code cleanup in joinpath.c: factor out clause

From: tgl(at)postgresql(dot)org (Tom Lane)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Marginal code cleanup in joinpath.c: factor out clause
Date: 2009-09-18 17:24:51
Message-ID: 20090918172451.BEA9F753FB7@cvs.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
Marginal code cleanup in joinpath.c: factor out clause variable-membership
tests into a small common subroutine, and eliminate an unnecessary difference
in the order in which conditions are tested. Per a comment from Robert Haas.

Modified Files:
--------------
pgsql/src/backend/optimizer/path:
joinpath.c (r1.124 -> r1.125)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/backend/optimizer/path/joinpath.c?r1=1.124&r2=1.125)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2009-09-18 20:01:13 pgsql: A bit more wordsmithing on the COPY CSV NULL business.
Previous Message Teodor Sigaev 2009-09-18 14:03:39 pgsql: Fix incorrect arguments for gist_box_penalty call.