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
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment