Re: Missing pfree in logical_heap_rewrite_flush_mappings()

Поиск
Список
Период
Сортировка
От Bruce Momjian
Тема Re: Missing pfree in logical_heap_rewrite_flush_mappings()
Дата
Msg-id 20140422220553.GH10046@momjian.us
обсуждение исходный текст
Ответ на Missing pfree in logical_heap_rewrite_flush_mappings()  (Ants Aasma <ants@cybertec.at>)
Ответы Re: Missing pfree in logical_heap_rewrite_flush_mappings()  (Bruce Momjian <bruce@momjian.us>)
Список pgsql-hackers
On Wed, Mar 26, 2014 at 06:29:38PM +0200, Ants Aasma wrote:
> It seems to me that when flushing logical mappings to disk, each
> mapping file leaks the buffer used to pass the mappings to XLogInsert.
> Also, it seems consistent to allocate that buffer in the RewriteState
> memory context. Patch attached.

Patch applied.

--  Bruce Momjian  <bruce@momjian.us>        http://momjian.us EnterpriseDB
http://enterprisedb.com
 + Everyone has their own god. +



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

Предыдущее
От: Alfred Perlstein
Дата:
Сообщение: Re: Perfomance degradation 9.3 (vs 9.2) for FreeBSD
Следующее
От: Bruce Momjian
Дата:
Сообщение: Re: [patch] Adding EXTRA_REGRESS_OPTS to all pg_regress invocations