Re: [PATCH] nodeindexscan with reorder memory leak

Aliaksandr Kalenik <akalenik@kontur.io>

From: Aliaksandr Kalenik <akalenik@kontur.io>
To: Alexander Korotkov <aekorotkov@gmail.com>
Cc: Tom Lane <tgl@sss.pgh.pa.us>, PostgreSQL Hackers <pgsql-hackers@lists.postgresql.org>, Heikki Linnakangas <hlinnaka@iki.fi>
Date: 2022-02-09T22:19:15Z
Lists: pgsql-hackers

Attachments

On Mon, Feb 7, 2022 at 11:20 PM Alexander Korotkov <aekorotkov@gmail.com> wrote:
> Regarding the memory leak, could you add a corresponding regression
> test to the patch (probably similar to Tom's query upthread)?

Yes, added similar to Tom's query but with polygons instead of circles.

Commits

  1. Fix memory leak in IndexScan node with reordering