1
0
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:
Grigory Smolkin 2019-08-02 11:59:20 +03:00
parent 142540705d
commit ea2a4c2be3

View File

@ -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