Lock all relations referred to in updatable views Even views considered "simple" enough to be automatically updatable may have mulitple relations involved (eg: in a where clause). We need to make sure and lock those relations when rewriting the query.
Back-patch to 9.3 where updatable views were added. Pointed out by Andres, patch thanks to Dean Rasheed. Branch ------ REL9_3_STABLE Details ------- http://git.postgresql.org/pg/commitdiff/cb1b9b959cf068650999af55e160cdce88c4a5a4 Modified Files -------------- src/backend/rewrite/rewriteHandler.c | 15 +++++++++++++++ 1 file changed, 15 insertions(+) -- Sent via pgsql-committers mailing list ([email protected]) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-committers
