Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit ea2a4c2

Browse files
committed
bugfix: stream_stop_timeout was always initialized to 0
1 parent 1425407 commit ea2a4c2

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/backup.c

-1
Original file line numberDiff line numberDiff line change
@@ -2493,7 +2493,6 @@ StreamLog(void *arg)
24932493
stream_arg->startpos -= stream_arg->startpos % instance_config.xlog_seg_size;
24942494

24952495
/* Initialize timeout */
2496-
stream_stop_timeout = 0;
24972496
stream_stop_begin = 0;
24982497

24992498
#if PG_VERSION_NUM >= 100000

0 commit comments

Comments
 (0)