pgsql: Fix the logical replication timeout during large transactions.

2022-05-10 Thread Amit Kapila
Fix the logical replication timeout during large transactions. The problem is that we don't send keep-alive messages for a long time while processing large transactions during logical replication where we don't send any data of such transactions. This can happen when the table modified in the tran

pgsql: Fix the logical replication timeout during large transactions.

2022-05-10 Thread Amit Kapila
Fix the logical replication timeout during large transactions. The problem is that we don't send keep-alive messages for a long time while processing large transactions during logical replication where we don't send any data of such transactions. This can happen when the table modified in the tran

pgsql: Fix the logical replication timeout during large transactions.

2022-05-10 Thread Amit Kapila
Fix the logical replication timeout during large transactions. The problem is that we don't send keep-alive messages for a long time while processing large transactions during logical replication where we don't send any data of such transactions. This can happen when the table modified in the tran

pgsql: Fix the logical replication timeout during large transactions.

2022-05-10 Thread Amit Kapila
Fix the logical replication timeout during large transactions. The problem is that we don't send keep-alive messages for a long time while processing large transactions during logical replication where we don't send any data of such transactions. This can happen when the table modified in the tran

pgsql: Fix the logical replication timeout during large transactions.

2022-05-10 Thread Amit Kapila
Fix the logical replication timeout during large transactions. The problem is that we don't send keep-alive messages for a long time while processing large transactions during logical replication where we don't send any data of such transactions. This can happen when the table modified in the tran

pgsql: Fix the logical replication timeout during large transactions.

2022-05-10 Thread Amit Kapila
Fix the logical replication timeout during large transactions. The problem is that we don't send keep-alive messages for a long time while processing large transactions during logical replication where we don't send any data of such transactions. This can happen when the table modified in the tran