Re: PGSTAT: bind(2): Can't assign requested address - Mailing list pgsql-bugs

From Tom Lane
Subject Re: PGSTAT: bind(2): Can't assign requested address
Date
Msg-id 7221.1144251339@sss.pgh.pa.us
Whole thread Raw
In response to Re: PGSTAT: bind(2): Can't assign requested address  ("Bjoern A. Zeeb" <bzeeb-lists@lists.zabbadoz.net>)
Responses Re: PGSTAT: bind(2): Can't assign requested address  ("Bjoern A. Zeeb" <bzeeb-lists@lists.zabbadoz.net>)
List pgsql-bugs
"Bjoern A. Zeeb" <bzeeb-lists@lists.zabbadoz.net> writes:
> A datagram socket (SOCK_DGRAM) is called "UDP Socket" when it
> assumes IP (AF_INET) or IPv6 (AF_INET6) as it's underlying
> protocol.
> But you can always use SOCK_DGRAM over AF_LOCAL.

I'm unconvinced that that has the same semantics on all platforms.
Unix pipes traditionally have different behavior with respect to
blocking, partial message send, etc.

            regards, tom lane

pgsql-bugs by date:

Previous
From: "Bjoern A. Zeeb"
Date:
Subject: Re: PGSTAT: bind(2): Can't assign requested address
Next
From: "Brock Peabody"
Date:
Subject: Re: BUG #2371: database crashes with semctl failed error