Re: [PATCH] nodeindexscan with reorder memory leak

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Alexander Korotkov <aekorotkov(at)gmail(dot)com>
Cc: Aliaksandr Kalenik <akalenik(at)kontur(dot)io>, PostgreSQL Hackers <pgsql-hackers(at)lists(dot)postgresql(dot)org>, Heikki Linnakangas <hlinnaka(at)iki(dot)fi>
Subject: Re: [PATCH] nodeindexscan with reorder memory leak
Date: 2022-02-09 23:35:42
Message-ID: 1519499.1644449742@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Alexander Korotkov <aekorotkov(at)gmail(dot)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.

regards, tom lane

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Andres Freund 2022-02-09 23:37:46 Re: New developer papercut - Makefile references INSTALL
Previous Message Peter Geoghegan 2022-02-09 23:18:15 Re: decoupling table and index vacuum