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

From: Andres Freund <andres(at)anarazel(dot)de>
To: Thomas Munro <thomas(dot)munro(at)enterprisedb(dot)com>
Cc: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>, pgsql-committers <pgsql-committers(at)postgresql(dot)org>
Subject: Re: pgsql: Add some regression tests that exercise hash join code.
Date: 2017-12-05 19:03:04
Message-ID: 20171205190304.jskyhp5qwi7avdr4@alap3.anarazel.de
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

In response to

Responses

Browse pgsql-committers by date

  From Date Subject
Next Message Peter Eisentraut 2017-12-05 19:16:59 Re: pgsql: PL/Python: Fix potential NULL pointer dereference
Previous Message Andres Freund 2017-12-05 19:03:02 pgsql: Fix EXPLAIN ANALYZE of hash join when the leader doesn't partici