Re: A potential memory leak on Merge Join when Sort node is not below Materialize node

Поиск
Список
Период
Сортировка
От Önder Kalacı
Тема Re: A potential memory leak on Merge Join when Sort node is not below Materialize node
Дата
Msg-id CACawEhWEy_gnZuL7WU=SgHCuJELGR+jx8=C7LJwpcFJ5OTLT0A@mail.gmail.com
обсуждение исходный текст
Ответ на Re: A potential memory leak on Merge Join when Sort node is not below Materialize node  (David Rowley <dgrowleyml@gmail.com>)
Список pgsql-hackers
Hi David, Tom, all,


I've just pushed the disable byref Datums patch I posted earlier. I
only made a small adjustment to make use of the TupleDescAttr() macro.
Önder, thank you for the report.


With this commit, I re-run the query patterns where we observed the problem, all looks good now. Wanted to share this information as fyi.

Thanks for the quick turnaround!

Onder KALACI


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

Предыдущее
От: Önder Kalacı
Дата:
Сообщение: Re: [PATCH] Use indexes on the subscriber when REPLICA IDENTITY is full on the publisher
Следующее
От: Nathan Bossart
Дата:
Сообщение: Re: Use pg_pwritev_with_retry() instead of write() in dir_open_for_write() to avoid partial writes?