Skip to content
Snippets Groups Projects
Commit d00391e7 authored by Tom Lane's avatar Tom Lane
Browse files

Sigh, I'm an idiot ... I broke the async startup logic a couple days ago,

by creating a race condition.  It wasn't waiting for select() to say
write-ready immediately after connect, which meant that you might get
an unhelpful 'broken pipe' error message if connect failed, rather than
the intended error message.
parent fdc85f50
Branches
Tags
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment