]> granicus.if.org Git - postgresql/commit
Revert incorrect memory-conservation hack in inheritance_planner().
authorTom Lane <tgl@sss.pgh.pa.us>
Thu, 13 Jan 2011 19:33:19 +0000 (14:33 -0500)
committerTom Lane <tgl@sss.pgh.pa.us>
Thu, 13 Jan 2011 19:33:19 +0000 (14:33 -0500)
commitf0f36045b2e3d037bb7647d84373404fa4ba9588
tree6933ee777e21f63b0730cfb7474c9fbe3ab2e230
parent9eacd427e811a97337de1fdd61a3cb90604981ad
Revert incorrect memory-conservation hack in inheritance_planner().

This reverts commit d1001a78ce612a16ea622b558f5fc2b68c45ab4c of 2010-12-05,
which was broken as reported by Jeff Davis.  The problem is that the
individual planning steps may have side-effects on substructures of
PlannerGlobal, not only the current PlannerInfo root.  Arranging to keep
all such side effects in the main planning context is probably possible,
but it would change this from a quick local hack into a wide-ranging and
rather fragile endeavor.  Which it's not worth.
src/backend/optimizer/plan/planner.c