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

From: tgl(at)postgresql(dot)org (Tom Lane)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Fix markQueryForLocking() to work correctly in the presence of
Date: 2007-03-01 18:50:36
Message-ID: 20070301185036.F2C729FB476@postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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 Hank.

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)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2007-03-01 18:50:42 pgsql: Fix markQueryForLocking() to work correctly in the presence of
Previous Message Tom Lane 2007-03-01 18:50:28 pgsql: Fix markQueryForLocking() to work correctly in the presence of