Repair problem with multi-action rules in combination with any nontrivial

Tom Lane <tgl@sss.pgh.pa.us>

Commit: deab4a4692045a0da9013aed2ddcefe32a5279c1
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2001-06-12T18:54:53Z
Releases: 7.1.3
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.

Files

PathChange+/−
src/backend/rewrite/rewriteHandler.c modified +19 −20