Re: Fix for segfault in logical replication on master - Mailing list pgsql-hackers

From Amit Kapila
Subject Re: Fix for segfault in logical replication on master
Date
Msg-id CAA4eK1KHLUx1oUH3C9JS1M9Yxum-mpHdEGhjUxqaaDvwmd5EOw@mail.gmail.com
Whole thread Raw
In response to Re: Fix for segfault in logical replication on master  (Japin Li <japinli@hotmail.com>)
Responses Re: Fix for segfault in logical replication on master
List pgsql-hackers
On Mon, Jun 21, 2021 at 1:30 PM Japin Li <japinli@hotmail.com> wrote:
>
> On Sat, 19 Jun 2021 at 17:18, Amit Kapila <amit.kapila16@gmail.com> wrote:
> > On Fri, Jun 18, 2021 at 9:18 AM Amit Kapila <amit.kapila16@gmail.com> wrote:
>
> Or we can free the memory owned by indexoidlist after check whether it is NIL,
> because we do not use it in the later.
>

Valid point. But I am thinking do we really need to fetch and check
indexoidlist here?

-- 
With Regards,
Amit Kapila.



pgsql-hackers by date:

Previous
From: yuzuko
Date:
Subject: Autovacuum (analyze) on partitioned tables for ATTACH/DETACH/DROP commands
Next
From: Japin Li
Date:
Subject: Re: Fix for segfault in logical replication on master