pgsql: psql: Fix memory leak

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема pgsql: psql: Fix memory leak
Дата
Msg-id E1Rmr0Q-0003sr-E9@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
psql: Fix memory leak

The command

\password username

leaked memory.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/1b9f774090d58a950ef0535b51bc377ab62b795c

Modified Files
--------------
src/bin/psql/command.c |    3 +++
1 files changed, 3 insertions(+), 0 deletions(-)


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

Предыдущее
От: Robert Haas
Дата:
Сообщение: pgsql: Prevent adding relations to a concurrently dropped schema.
Следующее
От: Alvaro Herrera
Дата:
Сообщение: pgsql: Disallow merging ONLY constraints in children tables