Re: [HACKERS] OpenServer 5.0.7: setsockopt(TCP_NODELAY)?

2003-11-06 Thread Larry Rosenman
--On Thursday, November 06, 2003 20:19:05 -0500 Tom Lane <[EMAIL PROTECTED]> wrote: Larry Rosenman <[EMAIL PROTECTED]> writes: A "make check" fails at createdb with errors in the postmaster logfile: LOG: setsockopt(TCP_NODELAY) failed: Protocol not available [snip] Better ask them what their p

Re: [HACKERS] OpenServer 5.0.7: setsockopt(TCP_NODELAY)?

2003-11-06 Thread Tom Lane
Larry Rosenman <[EMAIL PROTECTED]> writes: > A "make check" fails at createdb with errors in the postmaster logfile: > LOG: setsockopt(TCP_NODELAY) failed: Protocol not available This is coming from inton; #ifdefTCP_NODELAY on = 1; if (setsockopt(port->soc

[HACKERS] OpenServer 5.0.7: setsockopt(TCP_NODELAY)?

2003-11-06 Thread Larry Rosenman
I asked my friends at SCO (who are productizing PG) to test 7.4RC1 on OpenServer 5.0.7, and received this back: A "make check" fails at createdb with errors in the postmaster logfile: LOG: setsockopt(TCP_NODELAY) failed: Protocol not available Plus he needed to add: if test "$GCC" != yes ; then