pgsql: Fix timeout handling in logical replication worker

2019-10-17 Thread Michael Paquier
Fix timeout handling in logical replication worker The timestamp tracking the last moment a message is received in a logical replication worker was initialized in each loop checking if a message was received or not, causing wal_receiver_timeout to be ignored in basically any logical replication de

pgsql: Fix timeout handling in logical replication worker

2019-10-17 Thread Michael Paquier
Fix timeout handling in logical replication worker The timestamp tracking the last moment a message is received in a logical replication worker was initialized in each loop checking if a message was received or not, causing wal_receiver_timeout to be ignored in basically any logical replication de

pgsql: Fix timeout handling in logical replication worker

2019-10-17 Thread Michael Paquier
Fix timeout handling in logical replication worker The timestamp tracking the last moment a message is received in a logical replication worker was initialized in each loop checking if a message was received or not, causing wal_receiver_timeout to be ignored in basically any logical replication de

pgsql: Fix timeout handling in logical replication worker

2019-10-17 Thread Michael Paquier
Fix timeout handling in logical replication worker The timestamp tracking the last moment a message is received in a logical replication worker was initialized in each loop checking if a message was received or not, causing wal_receiver_timeout to be ignored in basically any logical replication de