Re: [BUG] segfault during delete

From: Amit Langote <amitlangote09(at)gmail(dot)com>
To: "Drouvot, Bertrand" <bdrouvot(at)amazon(dot)com>
Cc: PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: [BUG] segfault during delete
Date: 2021-02-24 12:59:47
Message-ID: CA+HiwqG6sOtxcPoeosOcp9K_zZ7NGzLKKXgoJHy7S5O-psKCqw@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Wed, Feb 24, 2021 at 6:12 PM Drouvot, Bertrand <bdrouvot(at)amazon(dot)com> wrote:
> On 2/24/21 9:12 AM, Amit Langote wrote:
> > I've attached a patch with my suggested fixes and also test cases.
> > Please take a look.
>
> I had a look and it looks good to me. Also the new regression tests are
> doing it right and are segfaulting without your patch.
>
> That's all good to me.

Thanks.

> That fix should be back ported to 12 and 13, do you agree?

Yeah, I think so.

--
Amit Langote
EDB: http://www.enterprisedb.com

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Drouvot, Bertrand 2021-02-24 13:05:23 Re: [BUG] segfault during delete
Previous Message Greg Nancarrow 2021-02-24 12:51:26 Re: Parallel INSERT (INTO ... SELECT ...)