We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 20dfb01 commit 623c0d3Copy full SHA for 623c0d3
src/stream.c
@@ -212,7 +212,7 @@ StreamLog(void *arg)
212
stream_arg->basedir,
213
// (instance_config.compress_alg == NONE_COMPRESS) ? 0 : instance_config.compress_level,
214
0,
215
- true);
+ false);
216
ctl.replication_slot = replication_slot;
217
ctl.stop_socket = PGINVALID_SOCKET;
218
ctl.do_sync = false; /* We sync all files at the end of backup */
0 commit comments