]> granicus.if.org Git - postgresql/commit
Put back adjust_appendrel_attrs()'s code for dealing with RestrictInfo.
authorTom Lane <tgl@sss.pgh.pa.us>
Thu, 13 Aug 2009 16:53:15 +0000 (16:53 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Thu, 13 Aug 2009 16:53:15 +0000 (16:53 +0000)
commit69eab4e387755e6f815efb22745eeefbd447a43d
treec53262143f2d984cdee593385a84bb8c25ed9f62
parent3dc494f0a334e71c5e88cf803316cf739cf6fe44
Put back adjust_appendrel_attrs()'s code for dealing with RestrictInfo.
I mistakenly removed it last month, thinking it was no longer needed ---
but it is still needed for dealing with joininfo lists.  Fortunately this
bit of brain fade hadn't made it into any released versions yet.
src/backend/optimizer/prep/prepunion.c