OSDN Git Service

Sigh, I'm an idiot ... I broke the async startup logic a couple days ago,
authorTom Lane <tgl@sss.pgh.pa.us>
Sun, 16 Jan 2000 21:18:52 +0000 (21:18 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Sun, 16 Jan 2000 21:18:52 +0000 (21:18 +0000)
commitd00391e7ac3473efee506fd5abb24de80c544caa
treee1c0193edaa9af3febb8e61c31e3dddbb24e01cf
parentfdc85f50a364baa168219f10e89d58cc9b2b8c7d
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.
src/interfaces/libpq/fe-connect.c