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:51:03
Message-ID: 20070301185103.9CAA79FB4F8@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:
----
REL7_3_STABLE

Modified Files:
--------------
pgsql/src/backend/rewrite:
rewriteHandler.c (r1.113.2.2 -> r1.113.2.3)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/rewrite/rewriteHandler.c.diff?r1=1.113.2.2&r2=1.113.2.3)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2007-03-01 20:06:57 pgsql: Fix miscalculation of stats collector's write delay, introduced
Previous Message Tom Lane 2007-03-01 18:50:56 pgsql: Fix markQueryForLocking() to work correctly in the presence of