mirror of
https://github.com/postgres/postgres.git
synced 2025-11-09 06:21:09 +03:00
Add compression support to pg_receivexlog
Author: Michael Paquier, review and small changes by me
This commit is contained in:
@@ -41,7 +41,8 @@ struct WalWriteMethod
|
||||
* (only implements the methods required for pg_basebackup,
|
||||
* not all those required for pg_receivexlog)
|
||||
*/
|
||||
WalWriteMethod *CreateWalDirectoryMethod(const char *basedir, bool sync);
|
||||
WalWriteMethod *CreateWalDirectoryMethod(const char *basedir,
|
||||
int compression, bool sync);
|
||||
WalWriteMethod *CreateWalTarMethod(const char *tarbase, int compression, bool sync);
|
||||
|
||||
/* Cleanup routines for previously-created methods */
|
||||
|
||||
Reference in New Issue
Block a user