You signed in with another tab or window.Reload to refresh your session.You signed out in another tab or window.Reload to refresh your session.You switched accounts on another tab or window.Reload to refresh your session.Dismiss alert
Add support TCP user timeout in libpq and the backend server
Similarly to the set of parameters for keepalive, a connection parameterfor libpq is added as well as a backend GUC, called tcp_user_timeout.Increasing the TCP user timeout is useful to allow a connection tosurvive extended periods without end-to-end connection, and decreasingit allows application to fail faster. By default, the parameter is 0,which makes the connection use the system default, and follows a logicclose to the keepalive parameters in its handling. When connectingthrough a Unix-socket domain, the parameters have no effect.Author: Ryohei NagauraReviewed-by: Fabien Coelho, Robert Haas, Kyotaro Horiguchi, KirkJamison, Mikalai Keida, Takayuki Tsunakawa, Andrei YahorauDiscussion:https://postgr.es/m/EDA4195584F5064680D8130B1CA91C45367328@G01JPEXMBYT04