Add missing PQclear() calls into pg_receivexlog.
authorFujii Masao <fujii@postgresql.org>
Sat, 2 Aug 2014 06:18:09 +0000 (15:18 +0900)
committerFujii Masao <fujii@postgresql.org>
Sat, 2 Aug 2014 06:19:45 +0000 (15:19 +0900)
commit9747a9898518080d37fa40e86ea1aa6602061abf
tree71e32fb2f8b35a2922898815c99f86c156f49085
parent39217ce414190c11df02db4f500acbc52bacfb0a
Add missing PQclear() calls into pg_receivexlog.

Back-patch to 9.3.
src/bin/pg_basebackup/receivelog.c