Re: pgsql: Add some regression tests that exercise hash join code.

Поиск
Список
Период
Сортировка
От Andres Freund
Тема Re: pgsql: Add some regression tests that exercise hash join code.
Дата
Msg-id 20171205190304.jskyhp5qwi7avdr4@alap3.anarazel.de
обсуждение исходный текст
Ответ на Re: pgsql: Add some regression tests that exercise hash join code.  (Thomas Munro <thomas.munro@enterprisedb.com>)
Ответы Re: pgsql: Add some regression tests that exercise hash join code.  (Thomas Munro <thomas.munro@enterprisedb.com>)
Список pgsql-committers
Hi,

On 2017-12-05 12:59:21 +1300, Thomas Munro wrote:
>  src/backend/commands/explain.c      |  58 ++++++++++++++------

This didn't actually include nodeHash.h, therefore
ExecHashGetInstrumentation() didn't have a prototype. I added the
relevant include and remove the hashjoin.h include which isn't required
anymore.

Pushed, thanks for the patch. Let's see what the buildfarm says...

- Andres


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

Предыдущее
От: Andres Freund
Дата:
Сообщение: pgsql: Fix EXPLAIN ANALYZE of hash join when the leader doesn'tpartici
Следующее
От: Peter Eisentraut
Дата:
Сообщение: Re: pgsql: PL/Python: Fix potential NULL pointer dereference