Re: [HACKERS] listening addresses - Mailing list pgsql-patches

From Tom Lane
Subject Re: [HACKERS] listening addresses
Date
Msg-id 26243.1079889819@sss.pgh.pa.us
Whole thread Raw
In response to Re: [HACKERS] listening addresses  (Andrew Dunstan <andrew@dunslane.net>)
Responses Re: [HACKERS] listening addresses
List pgsql-patches
Andrew Dunstan <andrew@dunslane.net> 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

pgsql-patches by date:

Previous
From: Tom Lane
Date:
Subject: Re: listening addresses
Next
From: Andrew Dunstan
Date:
Subject: Re: listening addresses