pgsql: During parallel pg_dump, free commands from master

Поиск
Список
Период
Сортировка
От Stephen Frost
Тема pgsql: During parallel pg_dump, free commands from master
Дата
Msg-id E1UyRDH-0005yV-Aq@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
During parallel pg_dump, free commands from master

The command strings read by the child processes during parallel
pg_dump, after being read and handled, were not being free'd.
This patch corrects this relatively minor memory leak.

Leak found by the Coverity scanner.

Back patch to 9.3 where parallel pg_dump was introduced.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/234e4cf6e1eac2f0e514379a2a533ffb71b33732

Modified Files
--------------
src/bin/pg_dump/parallel.c |    3 +++
1 file changed, 3 insertions(+)


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

Предыдущее
От: Stephen Frost
Дата:
Сообщение: pgsql: During parallel pg_dump, free commands from master
Следующее
От: Stephen Frost
Дата:
Сообщение: pgsql: pg_receivexlog - Exit on failure to parse