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

From: Thomas Munro <thomas(dot)munro(at)enterprisedb(dot)com>
To: Andres Freund <andres(at)anarazel(dot)de>
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-03 23:28:56
Message-ID: CAEepm=1a+OrMyX3DSg=NR43ioy3xf2JjRBURFu6nxo5Sun-3hg@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

On Mon, Dec 4, 2017 at 12:18 PM, Thomas Munro
<thomas(dot)munro(at)enterprisedb(dot)com> wrote:
> On Mon, Dec 4, 2017 at 9:12 AM, Thomas Munro
> <thomas(dot)munro(at)enterprisedb(dot)com> wrote:
>> On Mon, Dec 4, 2017 at 7:39 AM, Andres Freund <andres(at)anarazel(dot)de> wrote:
>>> On 2017-11-30 08:06:44 -0800, Andres Freund wrote:
>>>> At the current rate of failure I'm slightly inclined to just leave the
>>>> occasionally failing test, which sounds like an actual bug imo, in place
>>>> till we have the fix. But if there's any pushback I'll go with your
>>>> disablign patch till then.
>>>
>>> Thomas, any updates on the status of that explain fix?
>>
>> Will post today.
>
> Here it is. Thoughts?

Here's a version with a better commit message.

--
Thomas Munro
http://www.enterprisedb.com

Attachment Content-Type Size
fix-explain-analyze-hash-join-v2.patch application/octet-stream 14.8 KB

In response to

Responses

Browse pgsql-committers by date

  From Date Subject
Next Message Robert Haas 2017-12-04 15:45:02 pgsql: Remove memory leak protection from Gather and Gather Merge nodes
Previous Message Thomas Munro 2017-12-03 23:18:16 Re: pgsql: Add some regression tests that exercise hash join code.