Thanks to visit codestin.com
Credit goes to postgrespro.com

pgsql: Fix markQueryForLocking() to work correctly in the presence of - Mailing list pgsql-committers

From [email protected] (Tom Lane)
Subject pgsql: Fix markQueryForLocking() to work correctly in the presence of
Date
Msg-id [email protected]
Whole thread Raw
List pgsql-committers
Log Message:
-----------
Fix markQueryForLocking() to work correctly in the presence of nested views.
It has been wrong for this case since it was first written for 7.1 :-(
Per report from Pavel Han�k.

Tags:
----
REL7_4_STABLE

Modified Files:
--------------
    pgsql/src/backend/rewrite:
        rewriteHandler.c (r1.130.2.1 -> r1.130.2.2)

(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/rewrite/rewriteHandler.c.diff?r1=1.130.2.1&r2=1.130.2.2)

pgsql-committers by date:

Previous
From: [email protected] (Tom Lane)
Date:
Subject: pgsql: Fix markQueryForLocking() to work correctly in the presence of
Next
From: [email protected] (Tom Lane)
Date:
Subject: pgsql: Fix markQueryForLocking() to work correctly in the presence of