pgsql/src/backend/rewrite Tag: REL7_1_STABLE r ...

From: Tom Lane <tgl(at)hub(dot)org>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql/src/backend/rewrite Tag: REL7_1_STABLE r ...
Date: 2001-06-12 18:54:54
Message-ID: 200106121854.f5CIssD45052@hub.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

CVSROOT: /home/projects/pgsql/cvsroot
Module name: pgsql
Changes by: tgl(at)hub(dot)org 01/06/12 14:54:54

Modified files:
src/backend/rewrite: Tag: REL7_1_STABLE rewriteHandler.c

Log message:
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.

Browse pgsql-committers by date

  From Date Subject
Next Message Vince Vielhaber 2001-06-12 19:53:14 [WEBMASTER] 'www/html 404.html'
Previous Message Tom Lane 2001-06-12 18:54:23 pgsql/src/backend/rewrite rewriteHandler.c