Re: [PATCH] nodeindexscan with reorder memory leak

Alexander Korotkov <aekorotkov@gmail.com>

From: Alexander Korotkov <aekorotkov@gmail.com>
To: Tom Lane <tgl@sss.pgh.pa.us>
Cc: Aliaksandr Kalenik <akalenik@kontur.io>, PostgreSQL Hackers <pgsql-hackers@lists.postgresql.org>, Heikki Linnakangas <hlinnaka@iki.fi>
Date: 2022-02-14T01:18:53Z
Lists: pgsql-hackers
On Thu, Feb 10, 2022 at 2:35 AM Tom Lane <tgl@sss.pgh.pa.us> wrote:
> Alexander Korotkov <aekorotkov@gmail.com> writes:
> > I've rechecked that the now patched code branch is covered by
> > regression tests.  I think the memory leak issue is independent of the
> > computational errors we've observed.
> > So, I'm going to push and backpatch this if no objections.
>
> +1.  We should work on the roundoff-error issue as well, but
> as you say, it's an independent problem.

Pushed, thank you.

------
Regards,
Alexander Korotkov



Commits

  1. Fix memory leak in IndexScan node with reordering