pgsql: Fix bug I introduced in recent patch to make hash joins discard

Поиск
Список
Период
Сортировка
От tgl@postgresql.org (Tom Lane)
Тема pgsql: Fix bug I introduced in recent patch to make hash joins discard
Дата
Msg-id 20070222224927.B3FB59FC130@postgresql.org
обсуждение исходный текст
Список pgsql-committers
Log Message:
-----------
Fix bug I introduced in recent patch to make hash joins discard null tuples
immediately: ExecHashGetHashValue failed to restore the caller's memory
context before taking the failure exit.

Modified Files:
--------------
    pgsql/src/backend/executor:
        nodeHash.c (r1.110 -> r1.111)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/executor/nodeHash.c.diff?r1=1.110&r2=1.111)

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

Предыдущее
От: tgl@postgresql.org (Tom Lane)
Дата:
Сообщение: pgsql: Turn the rangetable used by the executor into a flat list, and
Следующее
От: tgl@postgresql.org (Tom Lane)
Дата:
Сообщение: pgsql: Change Agg and Group nodes so that Vars contained in their