Thread: pgsql: Fix markQueryForLocking() to work correctly in the presence of

pgsql: Fix markQueryForLocking() to work correctly in the presence of

From
tgl@postgresql.org (Tom Lane)
Date:
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.

Modified Files:
--------------
    pgsql/src/backend/rewrite:
        rewriteHandler.c (r1.170 -> r1.171)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/rewrite/rewriteHandler.c.diff?r1=1.170&r2=1.171)