Re: GSSENC'ed connection stalls while reconnection attempts.
Kyotaro Horiguchi <horikyota.ntt@gmail.com>
From: Kyotaro Horiguchi <horikyota.ntt@gmail.com>
To: tgl@sss.pgh.pa.us
Cc: pgsql-hackers@lists.postgresql.org
Date: 2020-07-15T02:49:06Z
Lists: pgsql-hackers
Attachments
- 0001-Explain-pqPacketSend-more-precisely.patch (text/x-patch)
At Tue, 14 Jul 2020 13:31:31 +0900 (JST), Kyotaro Horiguchi <horikyota.ntt@gmail.com> wrote in > Agreed to separate the change from this issue. I also don't think > that change in behavior dramatically improve the situation since we > should have had a bunch of trouble when a write actually failed in the > normal case. > > I'm going to post a patch to change the comment of pqPacketSend. So this is a proposal to add a description about the behavior on write failure. The last half of the addition is a copy from the comment of pqFlush. regards. -- Kyotaro Horiguchi NTT Open Source Software Center
Commits
-
Fix bugs in libpq's management of GSS encryption state.
- 8e6f134a9a8d 13.0 landed
- 25fe5ac45a73 14.0 landed
- e8b22a8a2b65 12.4 landed