pgsql: Don't reject ROW_MARK_REFERENCE rowmarks for materialized views.

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Don't reject ROW_MARK_REFERENCE rowmarks for materialized views.
Date: 2014-03-06 16:37:14
Message-ID: E1WLbII-0008Gx-Hc@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Don't reject ROW_MARK_REFERENCE rowmarks for materialized views.

We should allow this so that matviews can be referenced in UPDATE/DELETE
statements in READ COMMITTED isolation level. The requirement for that
is that a re-fetch by TID will see the same row version the query saw
earlier, which is true of matviews, so there's no reason for the
restriction. Per bug #9398.

Michael Paquier, after a suggestion by me

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/bf4052faa1c289883799d49f063715161a8a4f1e

Modified Files
--------------
src/backend/executor/execMain.c | 13 +++++++------
src/test/regress/expected/matview.out | 26 ++++++++++++++++++++++++++
src/test/regress/sql/matview.sql | 8 ++++++++
3 files changed, 41 insertions(+), 6 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Heikki Linnakangas 2014-03-06 19:41:25 pgsql: Send keepalives from walsender even when busy sending WAL.
Previous Message Bruce Momjian 2014-03-06 01:52:41 pgsql: C comment update: relfilenode is only unique with a tablespace