Ok, I lied about it working... TCP_NODELAY? - Mailing list pgsql-hackers

From Rod Taylor
Subject Ok, I lied about it working... TCP_NODELAY?
Date
Msg-id 1017450537.93151.35.camel@knight.zort.ca
Whole thread Raw
Responses Re: Ok, I lied about it working... TCP_NODELAY?  (Peter Eisentraut <peter_e@gmx.net>)
List pgsql-hackers
Configure worked, compile failed :)

gcc -pipe -O2 -Wall -Wmissing-prototypes -Wmissing-declarations
-I../../../src/include   -c -o pqcomm.o pqcomm.c
pqcomm.c: In function `StreamConnection':
pqcomm.c:395: `TCP_NODELAY' undeclared (first use in this function)
pqcomm.c:395: (Each undeclared identifier is reported only once
pqcomm.c:395: for each function it appears in.)



pgsql-hackers by date:

Previous
From: "Rod Taylor"
Date:
Subject: Re: Configure issues - FreeBSD 4.5-RELEASE
Next
From: Peter Eisentraut
Date:
Subject: Re: Ok, I lied about it working... TCP_NODELAY?