mirror of
https://github.com/postgrespro/pg_probackup.git
synced 2024-11-29 09:42:27 +02:00
bugfix: stream_stop_timeout was always initialized to 0
This commit is contained in:
parent
142540705d
commit
ea2a4c2be3
@ -2493,7 +2493,6 @@ StreamLog(void *arg)
|
||||
stream_arg->startpos -= stream_arg->startpos % instance_config.xlog_seg_size;
|
||||
|
||||
/* Initialize timeout */
|
||||
stream_stop_timeout = 0;
|
||||
stream_stop_begin = 0;
|
||||
|
||||
#if PG_VERSION_NUM >= 100000
|
||||
|
Loading…
Reference in New Issue
Block a user