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

From: Peter Eisentraut <peter_e(at)gmx(dot)net>
To: Rod Taylor <rbt(at)zort(dot)ca>
Cc: <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: Ok, I lied about it working... TCP_NODELAY?
Date: 2002-03-30 01:23:10
Message-ID: Pine.LNX.4.30.0203292022420.685-100000@peter.localdomain
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(at)gmx(dot)net

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Rod Taylor 2002-03-30 01:42:15 Re: Ok, I lied about it working... TCP_NODELAY?
Previous Message Rod Taylor 2002-03-30 01:08:56 Ok, I lied about it working... TCP_NODELAY?