pgsql: Fix breakage in hashjoin from recent backpatch of left-join bug

Поиск
Список
Период
Сортировка
От tgl@svr1.postgresql.org (Tom Lane)
Тема pgsql: Fix breakage in hashjoin from recent backpatch of left-join bug
Дата
Msg-id 20041013215607.D3BD1329F34@svr1.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Log Message:
-----------
Fix breakage in hashjoin from recent backpatch of left-join bug fix.
(That's what I get for not testing the back branches *before* committing.)

Tags:
----
REL7_3_STABLE

Modified Files:
--------------
    pgsql/src/backend/executor:
        nodeHashjoin.c (r1.41.2.1 -> r1.41.2.2)

(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/executor/nodeHashjoin.c.diff?r1=1.41.2.1&r2=1.41.2.2)

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

Предыдущее
От: mha@pgfoundry.org (User Mha)
Дата:
Сообщение: pginstaller - pginst: Add checkbox to enable non-localhost connections
Следующее
От: tgl@svr1.postgresql.org (Tom Lane)
Дата:
Сообщение: pgsql: Fix breakage in hashjoin from recent backpatch of left-join bug