pgsql: Fix oversight in new EvalPlanQual logic: the second loop over the

Поиск
Список
Период
Сортировка
От tgl@postgresql.org (Tom Lane)
Тема pgsql: Fix oversight in new EvalPlanQual logic: the second loop over the
Дата
Msg-id 20100728172203.3C7AC7541D6@cvs.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Log Message:
-----------
Fix oversight in new EvalPlanQual logic: the second loop over the ExecRowMark
list in ExecLockRows() forgot to allow for the possibility that some of the
rowmarks are for child tables that aren't relevant to the current row.
Per report from Kenichiro Tanaka.

Tags:
----
REL9_0_STABLE

Modified Files:
--------------
    pgsql/src/backend/executor:
        nodeLockRows.c (r1.4 -> r1.4.4.1)
        (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/backend/executor/nodeLockRows.c?r1=1.4&r2=1.4.4.1)

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

Предыдущее
От: tgl@postgresql.org (Tom Lane)
Дата:
Сообщение: pgsql: Fix oversight in new EvalPlanQual logic: the second loop over the
Следующее
От: petere@postgresql.org (Peter Eisentraut)
Дата:
Сообщение: pgsql: Remove wildly obsolete type attribute externallength from chkpass