File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -2508,15 +2508,15 @@ StreamLog(void *arg)
2508
2508
true);
2509
2509
ctl .replication_slot = replication_slot ;
2510
2510
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 */
2511
2513
#if PG_VERSION_NUM >= 100000 && PG_VERSION_NUM < 110000
2512
2514
ctl .temp_slot = temp_slot ;
2513
2515
#endif
2514
2516
#else
2515
2517
ctl .basedir = (char * ) stream_arg -> basedir ;
2516
2518
#endif
2517
2519
2518
- ctl .do_sync = false; /* We sync all files at the end of backup */
2519
- // ctl.mark_done /* for future use in s3 */
2520
2520
ctl .stream_stop = stop_streaming ;
2521
2521
ctl .standby_message_timeout = standby_message_timeout ;
2522
2522
ctl .partial_suffix = NULL ;
You can’t perform that action at this time.
0 commit comments