Skip setsockopt(SO_REUSEADDR) for the Unix-domain postmaster socket on

Tom Lane <tgl@sss.pgh.pa.us>

Commit: 07672d4e0ae887d4b06bdd01b03bbe64e8163bdf
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2000-04-14T00:51:58Z
Releases: 7.1.1
Skip setsockopt(SO_REUSEADDR) for the Unix-domain postmaster socket on
all platforms, not just SCO.  The operation is undefined for Unix-domain
sockets anyway.  It seems SCO is not the only platform that complains
instead of treating the call as a no-op.

Files

PathChange+/−
src/backend/libpq/pqcomm.c modified +1 −7
src/include/port/sco.h modified +0 −2