Re: Disconnect if socket cannot be put into non-blocking mode
> On 12 Mar 2024, at 09:49, Heikki Linnakangas wrote: >> Barring objections, I'll commit and backpatch the attached to fix that. > > Committed. Sorry for being slow to review, but +1 on this change. -- Daniel Gustafsson
Re: Disconnect if socket cannot be put into non-blocking mode
On 11/03/2024 16:44, Heikki Linnakangas wrote: While self-reviewing my "Refactoring backend fork+exec code" patches, I noticed this in pq_init(): /* * In backends (as soon as forked) we operate the underlying socket in * nonblocking mode and use latches to implement bl