pgsql: Fix memory leak in xlogreader facility.

Поиск
Список
Период
Сортировка
От Heikki Linnakangas
Тема pgsql: Fix memory leak in xlogreader facility.
Дата
Msg-id E1ZJkSb-00022d-Jn@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
------
REL9_5_STABLE

Details
-------
http://git.postgresql.org/pg/commitdiff/03a0a3532b47b2a634cd2700d49edc086af748a0

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


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

Предыдущее
От: Heikki Linnakangas
Дата:
Сообщение: pgsql: Avoid calling PageGetSpecialPointer() on an all-zeros page.
Следующее
От: Heikki Linnakangas
Дата:
Сообщение: pgsql: Fix memory leak in xlogreader facility.