aboutsummaryrefslogtreecommitdiff
path: root/contrib/postgres_fdw/postgres_fdw.c
diff options
context:
space:
mode:
authorTom Lane <tgl@sss.pgh.pa.us>2014-03-06 11:37:04 -0500
committerTom Lane <tgl@sss.pgh.pa.us>2014-03-06 11:37:04 -0500
commit3973034e6dc599de2203ed812f783a57b63dce5c (patch)
treef103cd3af9a7a2ea5524c67209e19e6dc603bc46 /contrib/postgres_fdw/postgres_fdw.c
parent13ea43ab83871a8bed5b9cdf7ec18c62bf63df4f (diff)
downloadpostgresql-3973034e6dc599de2203ed812f783a57b63dce5c.tar.gz
postgresql-3973034e6dc599de2203ed812f783a57b63dce5c.zip
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
Diffstat (limited to 'contrib/postgres_fdw/postgres_fdw.c')
0 files changed, 0 insertions, 0 deletions