Re: freeing bms explicitly

Amit Kapila <amit.kapila16@gmail.com>

From: Amit Kapila <amit.kapila16@gmail.com>
To: Zhihong Yu <zyu@yugabyte.com>
Cc: Tom Lane <tgl@sss.pgh.pa.us>, Amit Kapila <akapila@postgresql.org>, PostgreSQL Developers <pgsql-hackers@lists.postgresql.org>
Date: 2022-03-25T06:35:55Z
Lists: pgsql-hackers
On Thu, Mar 24, 2022 at 7:43 AM Amit Kapila <amit.kapila16@gmail.com> wrote:
>
> On Wed, Mar 23, 2022 at 9:30 AM Zhihong Yu <zyu@yugabyte.com> wrote:
> >
> > On Tue, Mar 22, 2022 at 8:45 PM Amit Kapila <amit.kapila16@gmail.com> wrote:
> >>
> >> On Tue, Mar 22, 2022 at 3:39 AM Zhihong Yu <zyu@yugabyte.com> wrote:
> >>
> >> Your patch looks good to me. I have found one more similar instance in
> >> the same file and changed that as well accordingly. Let me know what
> >> you think of the attached?
> >>
> >
> > Hi, Amit:
> > The patch looks good to me.
> >
>
> Thanks. I'll push this tomorrow unless Tom or someone else wants to
> look at it or would like to commit.
>

Pushed.

-- 
With Regards,
Amit Kapila.



Commits

  1. Remove some useless free calls.