Re: cvs-tip broken - Mailing list pgsql-hackers

From Bruce Momjian
Subject Re: cvs-tip broken
Date
Msg-id 200208180135.g7I1ZS815566@candle.pha.pa.us
Whole thread Raw
In response to cvs-tip broken  (Rod Taylor <rbt@zort.ca>)
Responses Re: cvs-tip broken  (Tom Lane <tgl@sss.pgh.pa.us>)
List 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@postgresql.org so that your
> message can get through to the mailing list cleanly
> 

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


pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: Remove implicit unique index creation on SERIAL columns?
Next
From: Tom Lane
Date:
Subject: Re: cvs-tip broken