Обсуждение: pgsql: Fix markQueryForLocking() to work correctly in the presence of

Поиск
Список
Период
Сортировка

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

От
tgl@postgresql.org (Tom Lane)
Дата:
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_1_STABLE

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

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