Re: [EXTERNAL] Re: Add ETIMEDOUT to ALL_CONNECTION_FAILURE_ERRNOS
Tom Lane <tgl@sss.pgh.pa.us>
From: Tom Lane <tgl@sss.pgh.pa.us>
To: Jelte Fennema <Jelte.Fennema@microsoft.com>
Cc: "pgsql-hackers@postgresql.org" <pgsql-hackers@postgresql.org>
Date: 2021-09-30T18:17:16Z
Lists: pgsql-hackers
Jelte Fennema <Jelte.Fennema@microsoft.com> writes: > Attached is a new patch that I think addresses your concerns. You missed TranslateSocketError ... Pushed to HEAD only with that fix. regards, tom lane
Commits
-
Treat ETIMEDOUT as indicating a non-recoverable connection failure.
- b484ddf4d2eb 15.0 landed