Free PQresult on error in pg_receivexlog.

Heikki Linnakangas <heikki.linnakangas@iki.fi>

Commit: e158bbb6e95afde040debf3f573fc9b60dbcf469
Author: Heikki Linnakangas <heikki.linnakangas@iki.fi>
Date: 2014-05-12T08:01:20Z
Releases: 9.2.9
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 +1 −0