Re: pgsql: Add some regression tests that exercise hash join code. - Mailing list pgsql-committers

From Andres Freund
Subject Re: pgsql: Add some regression tests that exercise hash join code.
Date
Msg-id 20171205190304.jskyhp5qwi7avdr4@alap3.anarazel.de
Whole thread Raw
In response to Re: pgsql: Add some regression tests that exercise hash join code.  (Thomas Munro <thomas.munro@enterprisedb.com>)
Responses Re: pgsql: Add some regression tests that exercise hash join code.  (Thomas Munro <thomas.munro@enterprisedb.com>)
List 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 by date:

Previous
From: Andres Freund
Date:
Subject: pgsql: Fix EXPLAIN ANALYZE of hash join when the leader doesn'tpartici
Next
From: Peter Eisentraut
Date:
Subject: Re: pgsql: PL/Python: Fix potential NULL pointer dereference