Re: Assertion failure with barriers in parallel hash join

From: Thomas Munro <thomas(dot)munro(at)gmail(dot)com>
To: Melanie Plageman <melanieplageman(at)gmail(dot)com>
Cc: Michael Paquier <michael(at)paquier(dot)xyz>, Postgres hackers <pgsql-hackers(at)lists(dot)postgresql(dot)org>
Subject: Re: Assertion failure with barriers in parallel hash join
Date: 2021-03-17 05:17:24
Message-ID: CA+hUKG+PhduFMnPDt2zYofFiNN_f6XK3jXzPxC0zp4KUJOieVA@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Sat, Mar 6, 2021 at 9:56 AM Thomas Munro <thomas(dot)munro(at)gmail(dot)com> wrote:
> While working on Melanie's Parallel Hash Full Join patch I remembered
> that this (apparently extremely rare) race still needs fixing. Here
> is a slightly tidied version, which I'm adding to the next CF for CI
> coverage.

Pushed and back-patched.

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Kyotaro Horiguchi 2021-03-17 05:25:07 Re: libpq debug log
Previous Message Tom Lane 2021-03-17 04:31:32 Re: Regression tests vs SERIALIZABLE