]> granicus.if.org Git - postgresql/commit
Repair problem with multi-action rules in combination with any nontrivial
authorTom Lane <tgl@sss.pgh.pa.us>
Tue, 12 Jun 2001 18:54:53 +0000 (18:54 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Tue, 12 Jun 2001 18:54:53 +0000 (18:54 +0000)
commitdeab4a4692045a0da9013aed2ddcefe32a5279c1
tree003f784f64b168aec20edb2b860dae964b8c8f0b
parentef20c6991d3ed678cff0ed7587967fc609e78e09
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