pgsql: Fix memory leak in xlogreader facility.

Поиск
Список
Период
Сортировка
От Heikki Linnakangas
Тема pgsql: Fix memory leak in xlogreader facility.
Дата
Msg-id E1ZJkSb-00022c-Jh@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Fix memory leak in xlogreader facility.

XLogReaderFree failed to free the per-block data buffers, when they
happened to not be used by the latest read WAL record.

Michael Paquier. Backpatch to 9.5, where the per-block buffers were added.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/61a65c53bd3e48e7ff7661a528d1791dfd956957

Modified Files
--------------
src/backend/access/transam/xlogreader.c |    7 ++-----
1 file changed, 2 insertions(+), 5 deletions(-)


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

Предыдущее
От: Heikki Linnakangas
Дата:
Сообщение: pgsql: Fix memory leak in xlogreader facility.
Следующее
От: Tom Lane
Дата:
Сообщение: Re: pgsql: Fix handling of all-zero pages in SP-GiST vacuum.