Ok, I lied about it working... TCP_NODELAY?

From: Rod Taylor <rbt(at)zort(dot)ca>
To: pgsql-hackers(at)postgresql(dot)org
Subject: Ok, I lied about it working... TCP_NODELAY?
Date: 2002-03-30 01:08:56
Message-ID: 1017450537.93151.35.camel@knight.zort.ca
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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.)

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Peter Eisentraut 2002-03-30 01:23:10 Re: Ok, I lied about it working... TCP_NODELAY?
Previous Message Peter Eisentraut 2002-03-30 01:05:42 Re: Configure issues - FreeBSD 4.5-RELEASE