Repair problem with multi-action rules in combination with any nontrivial
authorTom Lane <[email protected]>
Tue, 12 Jun 2001 18:54:22 +0000 (18:54 +0000)
committerTom Lane <[email protected]>
Tue, 12 Jun 2001 18:54:22 +0000 (18:54 +0000)
commit2a06b3bdfddf3d06575ea1fe662abe1278229f34
tree8decaa466f4087b733559927bf54162aa4b8fdad
parentc1db506ab74b75f1ba0b984d36490f50ee9716ec
Repair problem with multi-action rules in combination with any nontrivial
manipulation of rtable/jointree by planner.  Rewriter was generating
actions that shared rtable/jointree substructure, which caused havoc
when planner got to the later actions that it'd already mucked up.
src/backend/rewrite/rewriteHandler.c