pgsql: Marginal code cleanup in joinpath.c: factor out clause - Mailing list pgsql-committers

From tgl@postgresql.org (Tom Lane)
Subject pgsql: Marginal code cleanup in joinpath.c: factor out clause
Date
Msg-id 20090918172451.BEA9F753FB7@cvs.postgresql.org
Whole thread Raw
List 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)

pgsql-committers by date:

Previous
From: teodor@postgresql.org (Teodor Sigaev)
Date:
Subject: pgsql: Fix incorrect arguments for gist_box_penalty call.
Next
From: tgl@postgresql.org (Tom Lane)
Date:
Subject: pgsql: A bit more wordsmithing on the COPY CSV NULL business.