pgsql: Another attempt at fixing memory leak in xlogreader.

Поиск
Список
Период
Сортировка
От Heikki Linnakangas
Тема pgsql: Another attempt at fixing memory leak in xlogreader.
Дата
Msg-id E1ZJy6P-0007On-4s@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Another attempt at fixing memory leak in xlogreader.

max_block_id is also reset between reading records.

Michael Paquier

Branch
------
REL9_5_STABLE

Details
-------
http://git.postgresql.org/pg/commitdiff/beebb259d2a994cd2021a1506b7af1716b16f476

Modified Files
--------------
src/backend/access/transam/xlogreader.c |    2 +-
1 file changed, 1 insertion(+), 1 deletion(-)


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

Предыдущее
От: Heikki Linnakangas
Дата:
Сообщение: pgsql: Another attempt at fixing memory leak in xlogreader.
Следующее
От: Heikki Linnakangas
Дата:
Сообщение: pgsql: Fix bug in collecting total_latencies from all threads in pgbenc