Re: [BUGS] 7.0beta1: bugs appearing on cygwin

Bruce Momjian <pgman@candle.pha.pa.us>

From: Bruce Momjian <pgman@candle.pha.pa.us>
To: Tom Lane <tgl@sss.pgh.pa.us>
Cc: Marko Kreen <marko@l-t.ee>, pgsql-bugs@postgreSQL.org
Date: 2000-02-28T23:26:54Z
Lists: pgsql-bugs
> > OK, I am confused.  We have HAVE_SNPRINTF, but I don't see it being used
> > anywhere.  Is it still relivant to our code?  Does NT not have snprintf?
> 
> Probably ecpg needs to import the ports/snprintf module if it exists.
> See psql, which does this already.

Doing that now.  Thanks.

> 
> >> 2) gcc warns about redefine of CURRENT_TIME. Nothing
> >> serious (I mean the compile does not fail..), I just thought I mention.
> >> defined in backend/parse.h & <sys/ipc.h> (cygwin32_ipc-1.03)
> >
> > Seems this is getting in our way.  We could try  undefining it before
> > defining it, I guess.  I don't think it affects the compile.
> 
> I wonder whether it is possible to avoid including <sys/ipc.h> in the
> files that need to include parse.h.  Which files show the warning,
> anyway?

Probably possible.  Not sure.  Perhaps the user can supply a patch. 
Even:

	#ifndef CURRENT_TIME
	#include <ipc.h>
	#endif

may work.


-- 
  Bruce Momjian                        |  http://www.op.net/~candle
  pgman@candle.pha.pa.us               |  (610) 853-3000
  +  If your life is a hard drive,     |  830 Blythe Avenue
  +  Christ can be your backup.        |  Drexel Hill, Pennsylvania 19026