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

From Peter Eisentraut
Subject Re: Ok, I lied about it working... TCP_NODELAY?
Date
Msg-id Pine.LNX.4.30.0203292022420.685-100000@peter.localdomain
Whole thread Raw
In response to Ok, I lied about it working... TCP_NODELAY?  (Rod Taylor <rbt@zort.ca>)
List pgsql-hackers
Rod Taylor writes:

> 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.)

That was among the additional fixes I mentioned.  CVS update again.

-- 
Peter Eisentraut   peter_e@gmx.net



pgsql-hackers by date:

Previous
From: Rod Taylor
Date:
Subject: Ok, I lied about it working... TCP_NODELAY?
Next
From: "Rod Taylor"
Date:
Subject: Re: Ok, I lied about it working... TCP_NODELAY?