Re: BUG #15437: Segfault during insert into declarative partitioned table with a trigger creating partition

From: Michael Paquier <michael(at)paquier(dot)xyz>
To: Amit Langote <Langote_Amit_f8(at)lab(dot)ntt(dot)co(dot)jp>
Cc: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>, skaurus(at)gmail(dot)com, pgsql-bugs(at)lists(dot)postgresql(dot)org
Subject: Re: BUG #15437: Segfault during insert into declarative partitioned table with a trigger creating partition
Date: 2018-11-05 02:09:21
Message-ID: 20181105020921.GC1718@paquier.xyz
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

On Fri, Nov 02, 2018 at 11:45:29AM +0900, Amit Langote wrote:
> On 2018/11/02 11:30, Michael Paquier wrote:
>> On Fri, Nov 02, 2018 at 10:54:41AM +0900, Amit Langote wrote:
>>> Did you already make those changes yourself and waiting to commit or do
>>> you want me to update the patch?
>>
>> No need to send a new patch, thanks for caring!
>
> Ah, okay. Thanks for taking care of that!

And committed after fixing the typo, improving the test portability for
10, and switching the object names in the regression tests.
--
Michael

In response to

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message Amit Langote 2018-11-05 04:31:25 Re: BUG #15437: Segfault during insert into declarative partitioned table with a trigger creating partition
Previous Message Tom Lane 2018-11-05 00:15:47 Re: Wrong aggregate result when sorting by a NULL value