Andrew Dunstan <[EMAIL PROTECTED]> writes: > This patch attempts to implement the idea, with safety in case the > packet is not immediately available.
Seems like you ought to be testing for failure returns from send() and recv(). Also, what of EINTR from select()? regards, tom lane ---------------------------(end of broadcast)--------------------------- TIP 5: Have you checked our extensive FAQ? http://www.postgresql.org/docs/faqs/FAQ.html