mirror of
https://github.com/postgres/postgres.git
synced 2026-06-05 15:22:16 -04:00
a9dad56441
Without this, the connection will be killed after timeout if wal_sender_timeout is set in the server. Original patch by Amit Kapila, modified by me to fit recent changes in the code.