Add compression support to pg_receivexlog
Author: Michael Paquier, review and small changes by me
Branch
------
master
Details
-------
http://git.postgresql.org/pg/commitdiff/cada1af31d769a6b607018d68894f2c879ff275f
Modified Files
--------------
doc/src/sgml/ref/pg_receivexlog.sgml | 13 +++++
src/bin/pg_basebackup/pg_basebackup.c | 2 +-
src/bin/pg_basebackup/pg_receivexlog.c | 104 +++++++++++++++++++++++++++++++--
src/bin/pg_basebackup/walmethods.c | 95 +++++++++++++++++++++++++-----
src/bin/pg_basebackup/walmethods.h | 3 +-
5 files changed, 197 insertions(+), 20 deletions(-)