Thread: pgsql: Fix double-free bug of WAL streaming buffer in pg_receivexlog.

pgsql: Fix double-free bug of WAL streaming buffer in pg_receivexlog.

From
Fujii Masao
Date:
Fix double-free bug of WAL streaming buffer in pg_receivexlog.

This bug was introduced while refactoring in commit 74cbe96.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/4ccac92d08f22ef0f8df29ea6bd9d5e77bf1d246

Modified Files
--------------
src/bin/pg_basebackup/receivelog.c |    7 +++----
1 file changed, 3 insertions(+), 4 deletions(-)