pgsql: Fix assorted memory leaks.

Поиск
Список
Период
Сортировка
От Tom Lane
Тема pgsql: Fix assorted memory leaks.
Дата
Msg-id E1ZENpb-00027z-FM@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Fix assorted memory leaks.

Per Coverity (not that any of these are so non-obvious that they should not
have been caught before commit).  The extent of leakage is probably minor
to unnoticeable, but a leak is a leak.  Back-patch as necessary.

Michael Paquier

Branch
------
REL9_1_STABLE

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

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


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

Предыдущее
От: Andres Freund
Дата:
Сообщение: pgsql: For consistency add a pfree to ON CONFLICT set_plan_refs code.
Следующее
От: Tom Lane
Дата:
Сообщение: pgsql: Fix assorted memory leaks.