Automatically terminate replication connections that are idle for more

Heikki Linnakangas <heikki.linnakangas@iki.fi>

Commit: 754baa21f723255272c24dc5f9ab456858e361e3
Author: Heikki Linnakangas <heikki.linnakangas@iki.fi>
Date: 2011-03-30T07:20:37Z
Releases: 9.1.0
Automatically terminate replication connections that are idle for more
than replication_timeout (a new GUC) milliseconds. The TCP timeout is often
too long, you want the master to notice a dead connection much sooner.
People complained about that in 9.0 too, but with synchronous replication
it's even more important to notice dead connections promptly.

Fujii Masao and Heikki Linnakangas

Files