]> granicus.if.org Git - postgresql/commit
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)
commit1bd263537fb2eabda04891a5edb38893dabc281d
tree4fedce8cd719670c2362f6f5ea24144371eeb0b9
parentf92bbb899aa536924923463989289c8c33e28604
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