pgsql: Fix parent of WCO qual.

From: Andres Freund <andres(at)anarazel(dot)de>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Fix parent of WCO qual.
Date: 2019-01-15 20:43:12
Message-ID: E1gjVYG-00046l-NZ@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Fix parent of WCO qual.

The parent of some WCO expressions was, apparently by accident, set to
the the source of DML queries, rather than the target table. This
causes problems for the upcoming pluggable storage work, because the
target and source table might be of different storage types.

It's possible that this is already problematic, but neither
experimenting nor inquiries on -hackers have found them. So don't
backpatch for now.

Author: Andres Freund
Discussion: https://postgr.es/m/20181205225213.hiwa3kgoxeybqcqv@alap3.anarazel.de

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/148e632c05412aa46b450d31cc598a0a33222792

Modified Files
--------------
src/backend/executor/nodeModifyTable.c | 2 +-
src/test/regress/expected/updatable_views.out | 28 +++++++++++++--------------
2 files changed, 15 insertions(+), 15 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Thomas Munro 2019-01-15 21:37:35 Re: pgsql: Update ssl test certificates and keys
Previous Message Tom Lane 2019-01-15 17:07:18 pgsql: Finish reverting "recheck_on_update" patch.