Free PQresult on error in pg_receivexlog.

Heikki Linnakangas <heikki.linnakangas@iki.fi>

Commit: c890b488063e23f12b5ab01c9a6d254a034fcea2
Author: Heikki Linnakangas <heikki.linnakangas@iki.fi>
Date: 2014-05-12T08:01:26Z
Releases: 9.4.0
Free PQresult on error in pg_receivexlog.

The leak is fairly small and rare, but a leak nevertheless.

Per Coverity report. Backpatch to 9.2, where pg_receivexlog was added.
pg_basebackup shares the code, but it always exits on error, so there is
no real leak.

Files

PathChange+/−
src/bin/pg_basebackup/receivelog.c modified +2 −0