diff options
Diffstat (limited to 'src/bin/pg_basebackup/pg_basebackup.c')
-rw-r--r-- | src/bin/pg_basebackup/pg_basebackup.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bin/pg_basebackup/pg_basebackup.c b/src/bin/pg_basebackup/pg_basebackup.c index c5ae1cc147b..ce1fe3bf008 100644 --- a/src/bin/pg_basebackup/pg_basebackup.c +++ b/src/bin/pg_basebackup/pg_basebackup.c @@ -494,7 +494,7 @@ LogStreamerMain(logstreamer_param *param) stream.replication_slot = psprintf("pg_basebackup_%d", (int) getpid()); if (format == 'p') - stream.walmethod = CreateWalDirectoryMethod(param->xlog, do_sync); + stream.walmethod = CreateWalDirectoryMethod(param->xlog, 0, do_sync); else stream.walmethod = CreateWalTarMethod(param->xlog, compresslevel, do_sync); |