postgresql/src
Heikki Linnakangas c890b48806 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.
2014-05-12 11:01:26 +03:00
..
backend Find postgresql.auto.conf in PGDATA even when postgresql.conf is elsewhere. 2014-05-11 15:13:30 -04:00
bin Free PQresult on error in pg_receivexlog. 2014-05-12 11:01:26 +03:00
common pgindent run for 9.4 2014-05-06 12:12:18 -04:00
include Stamp 9.4beta1. 2014-05-11 17:16:48 -04:00
interfaces Fix missing dependencies in ecpg's test Makefiles. 2014-05-08 22:34:51 -04:00
makefiles
pl pgindent run for 9.4 2014-05-06 12:12:18 -04:00
port pgindent run for 9.4 2014-05-06 12:12:18 -04:00
template
test Rename jsonb_hash_ops to jsonb_path_ops. 2014-05-11 12:06:04 -04:00
timezone pgindent run for 9.4 2014-05-06 12:12:18 -04:00
tools Remove pgindent ecpg exclusion pattern 2014-05-06 20:09:31 -04:00
tutorial pgindent run for 9.4 2014-05-06 12:12:18 -04:00
.gitignore
bcc32.mak
DEVELOPERS
Makefile
Makefile.global.in build: add EXTRA_REGRESS_OPTS to all pg_regress invocations 2014-04-22 18:13:10 -04:00
Makefile.shlib
nls-global.mk Setup error context callback for transaction lock waits 2014-03-19 15:10:36 -03:00
win32.mak