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)
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 ;
You can’t perform that action at this time.
0 commit comments