Skip to content

Commit a5feea2

Browse files
committed
fix 59251c3 for 9.6 and 9.5
1 parent 59251c3 commit a5feea2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/backup.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2508,15 +2508,15 @@ StreamLog(void *arg)
25082508
true);
25092509
ctl.replication_slot = replication_slot;
25102510
ctl.stop_socket = PGINVALID_SOCKET;
2511+
ctl.do_sync = false; /* We sync all files at the end of backup */
2512+
// ctl.mark_done /* for future use in s3 */
25112513
#if PG_VERSION_NUM >= 100000 && PG_VERSION_NUM < 110000
25122514
ctl.temp_slot = temp_slot;
25132515
#endif
25142516
#else
25152517
ctl.basedir = (char *) stream_arg->basedir;
25162518
#endif
25172519

2518-
ctl.do_sync = false; /* We sync all files at the end of backup */
2519-
// ctl.mark_done /* for future use in s3 */
25202520
ctl.stream_stop = stop_streaming;
25212521
ctl.standby_message_timeout = standby_message_timeout;
25222522
ctl.partial_suffix = NULL;

0 commit comments

Comments
 (0)