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

Поиск
Список
Период
Сортировка
От tgl@postgresql.org (Tom Lane)
Тема pgsql: Fix markQueryForLocking() to work correctly in the presence of
Дата
Msg-id 20070301185103.9CAA79FB4F8@postgresql.org
обсуждение исходный текст
Список 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:
----
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)

В списке pgsql-committers по дате отправления:

Предыдущее
От: tgl@postgresql.org (Tom Lane)
Дата:
Сообщение: pgsql: Fix markQueryForLocking() to work correctly in the presence of
Следующее
От: tgl@postgresql.org (Tom Lane)
Дата:
Сообщение: pgsql: Fix miscalculation of stats collector's write delay, introduced