Re: BUG #15677: Crash while deleting from partitioned table

From: Amit Langote <Langote_Amit_f8(at)lab(dot)ntt(dot)co(dot)jp>
To: Michael Paquier <michael(at)paquier(dot)xyz>
Cc: infernorb(at)gmail(dot)com, pgsql-bugs(at)lists(dot)postgresql(dot)org, PG Bug reporting form <noreply(at)postgresql(dot)org>
Subject: Re: BUG #15677: Crash while deleting from partitioned table
Date: 2019-03-13 04:45:51
Message-ID: ea5c78a9-badc-b766-06bf-aec38ea5f17d@lab.ntt.co.jp
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

On 2019/03/11 14:04, Amit Langote wrote:
> On 2019/03/11 13:55, Michael Paquier wrote:
>> On Mon, Mar 11, 2019 at 12:55:05PM +0900, Amit Langote wrote:
>>> Forgot to mention that this bug exists in PG 10, 11, and HEAD. The same
>>> patch applies to all three branches.
>>
>> Could you add that to the future CF so as we don't forget?
>
> Done:
>
> * update/delete on partitioned tables may crash under concurrency *
> https://commitfest.postgresql.org/23/2057/

Thanks to cfbot [1], I came to know about a silly typo I had made in the
patch.

Attached updated patch.

Thanks,
Amit

[1] https://travis-ci.org/postgresql-cfbot/postgresql/builds/505157218

Attachment Content-Type Size
EvalPlanQualStart-bug-v2.patch text/plain 1.6 KB

In response to

Browse pgsql-bugs by date

  From Date Subject
Next Message PG Bug reporting form 2019-03-13 04:54:15 BUG #15690: PostgreSQL integration with AD via LDAP and special characters in the password
Previous Message Amit Langote 2019-03-13 04:08:01 Re: BUG #15668: Server crash in transformPartitionRangeBounds