pgsql: Add compression support to pg_receivexlog

From: Magnus Hagander <magnus(at)hagander(dot)net>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Add compression support to pg_receivexlog
Date: 2017-01-17 11:11:59
Message-ID: E1cTRgF-0002bR-3D@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

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(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Michael Paquier 2017-01-17 13:37:30 Re: [COMMITTERS] pgsql: Fix an assertion failure related to an exclusive backup.
Previous Message Fujii Masao 2017-01-17 08:40:46 pgsql: Fix an assertion failure related to an exclusive backup.