pgsql: Add missing PQclear() calls into pg_receivexlog.

Поиск
Список
Период
Сортировка
От Fujii Masao
Тема pgsql: Add missing PQclear() calls into pg_receivexlog.
Дата
Msg-id E1XDSg4-0005Zq-FB@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Add missing PQclear() calls into pg_receivexlog.

Back-patch to 9.3.

Branch
------
REL9_3_STABLE

Details
-------
http://git.postgresql.org/pg/commitdiff/9747a9898518080d37fa40e86ea1aa6602061abf

Modified Files
--------------
src/bin/pg_basebackup/receivelog.c |    5 +++++
1 file changed, 5 insertions(+)


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

Предыдущее
От: Fujii Masao
Дата:
Сообщение: pgsql: Add missing PQclear() calls into pg_receivexlog.
Следующее
От: Heikki Linnakangas
Дата:
Сообщение: pgsql: Windows doesn't have M_PI; define it ourselves when needed.