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

From tgl@postgresql.org (Tom Lane)
Subject pgsql: Fix markQueryForLocking() to work correctly in the presence of
Date
Msg-id 20070301185036.F2C729FB476@postgresql.org
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:
----
REL8_2_STABLE

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

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

pgsql-committers by date:

Previous
From: tgl@postgresql.org (Tom Lane)
Date:
Subject: pgsql: Fix markQueryForLocking() to work correctly in the presence of
Next
From: tgl@postgresql.org (Tom Lane)
Date:
Subject: pgsql: Fix markQueryForLocking() to work correctly in the presence of