Add compression support to pg_receivexlog
Magnus Hagander <magnus@hagander.net>
Add compression support to pg_receivexlog Author: Michael Paquier, review and small changes by me
Files
| Path | Change | +/− |
|---|---|---|
| doc/src/sgml/ref/pg_receivexlog.sgml | modified | +13 −0 |
| src/bin/pg_basebackup/pg_basebackup.c | modified | +1 −1 |
| src/bin/pg_basebackup/pg_receivexlog.c | modified | +100 −4 |
| src/bin/pg_basebackup/walmethods.c | modified | +81 −14 |
| src/bin/pg_basebackup/walmethods.h | modified | +2 −1 |