Re: cvs-tip broken

From: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
To: Rod Taylor <rbt(at)zort(dot)ca>
Cc: PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: cvs-tip broken
Date: 2002-08-18 01:35:28
Message-ID: 200208180135.g7I1ZS815566@candle.pha.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers


I am not seeing the failure here on BSD/OS. I just fixed the
libpq-int.h problem. Please update to cvs current and let me know what
you see.

---------------------------------------------------------------------------

Rod Taylor wrote:
> n file included from fe-connect.c:24:
> libpq-int.h:337: warning: `struct timeval' declared inside parameter
> list
> libpq-int.h:337: warning: its scope is only this definition or
> declaration, which is probably not what you want.
> fe-connect.c: In function `connectDBComplete':
> fe-connect.c:1060: storage size of `remains' isn't known
> fe-connect.c:1060: storage size of `finish_time' isn't known
> fe-connect.c:1060: storage size of `start_time' isn't known
> fe-connect.c:1081: warning: suggest parentheses around && within ||
> fe-connect.c:1086: warning: implicit declaration of function
> `gettimeofday'
> fe-connect.c:1106: warning: passing arg 4 of `pqWaitTimed' from
> incompatible pointer type
> fe-connect.c:1114: warning: passing arg 4 of `pqWaitTimed' from
> incompatible pointer type
> fe-connect.c:1060: warning: unused variable `start_time'
> fe-connect.c:1060: warning: unused variable `finish_time'
> fe-connect.c:1060: warning: unused variable `remains'
>
>
>
>
>
> ---------------------------(end of broadcast)---------------------------
> TIP 3: if posting/reading through Usenet, please send an appropriate
> subscribe-nomail command to majordomo(at)postgresql(dot)org so that your
> message can get through to the mailing list cleanly
>

--
Bruce Momjian | http://candle.pha.pa.us
pgman(at)candle(dot)pha(dot)pa(dot)us | (610) 359-1001
+ If your life is a hard drive, | 13 Roberts Road
+ Christ can be your backup. | Newtown Square, Pennsylvania 19073

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2002-08-18 02:08:12 Re: cvs-tip broken
Previous Message Tom Lane 2002-08-18 01:13:18 Re: Remove implicit unique index creation on SERIAL columns?