Marginal code cleanup in joinpath.c: factor out clause variable-membership
authorTom Lane <tgl@sss.pgh.pa.us>
Fri, 18 Sep 2009 17:24:51 +0000 (17:24 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Fri, 18 Sep 2009 17:24:51 +0000 (17:24 +0000)
commit32ef0037ab702fd967072892a591ea6ac3d00314
treeddc7fba2630e1ae7a45ece66751443c4cfe640d8
parent8abd750a297544c1af0b5ca76c9d82141ab39927
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.
src/backend/optimizer/path/joinpath.c