Skip setsockopt(SO_REUSEADDR) for the Unix-domain postmaster socket on
Tom Lane <tgl@sss.pgh.pa.us>
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
| Path | Change | +/− |
|---|---|---|
| src/backend/libpq/pqcomm.c | modified | +1 −7 |
| src/include/port/sco.h | modified | +0 −2 |