CVSROOT:        /cvsroot
Module name:    pgsql-server
Changes by:     [EMAIL PROTECTED]       03/12/08 21:56:21

Modified files:
        src/backend/optimizer/util: clauses.c 

Log message:
        query_tree_mutator should copy RangeTblEntry nodes even when it's not
        planning to modify them itself.  Otherwise we end up with shared RTE
        substructure, which breaks inheritance_planner because the rte->inh
        flag needs to be independent in each copied subquery.  Per bug report
        from Chris Piker.


---------------------------(end of broadcast)---------------------------
TIP 6: Have you searched our list archives?

               http://archives.postgresql.org

Reply via email to