Free PQresult on error in pg_receivexlog.

Heikki Linnakangas <heikki.linnakangas@iki.fi>

Commit: 0ad78306be6bd3db0575b0d046e4cbe7f50635b8
Author: Heikki Linnakangas <heikki.linnakangas@iki.fi>
Date: 2014-05-12T07:59:08Z
Releases: 9.3.5
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