Re: Memory leak in incremental sort re-scan

Поиск
Список
Период
Сортировка
От Laurenz Albe
Тема Re: Memory leak in incremental sort re-scan
Дата
Msg-id 1eeeebf37fda63cf0946e9b77e5bd6a8ac827615.camel@cybertec.at
обсуждение исходный текст
Ответ на Re: Memory leak in incremental sort re-scan  (Tomas Vondra <tomas.vondra@enterprisedb.com>)
Ответы Re: Memory leak in incremental sort re-scan  (Tomas Vondra <tomas.vondra@enterprisedb.com>)
Список pgsql-hackers
On Fri, 2023-06-16 at 00:34 +0200, Tomas Vondra wrote:
> On 6/15/23 22:36, Tom Lane wrote:
> > Tomas Vondra <tomas.vondra@enterprisedb.com> writes:
> > > On 6/15/23 22:11, Tom Lane wrote:
> > > > I see zero leakage in that example after applying the attached quick
> > > > hack.  (It might be better to make the check in the caller, or to just
> > > > move the call to ExecInitIncrementalSort.)
> >
> > > Thanks for looking. Are you planning to work on this and push the fix,
> > > or do you want me to finish this up?
> >
> > I'm happy to let you take it -- got lots of other stuff on my plate.
>
> OK, will do.

It would be cool if we could get that into the next minor release in August.

Yours,
Laurenz Albe



В списке pgsql-hackers по дате отправления:

Предыдущее
От: Ranier Vilela
Дата:
Сообщение: Re: POC, WIP: OR-clause support for indexes
Следующее
От: jian he
Дата:
Сообщение: Re: Incremental View Maintenance, take 2