"Magnus Hagander" <[EMAIL PROTECTED]> writes:

> When building with MingW, we get a ton of warnings of the type:
> C:/Perl/lib/CORE/config.h:39:20: warning: "/*" within comment
>
> (see
> http://pgbuildfarm.org/cgi-bin/show_stage_log.pl?nm=vaquita&dt=2007-07-23%20200011&stg=make)

Huh, what's actually in your /Perl/lib/CORE/config.h ?

Perhaps older versions of perl weren't so careful but on my machine perl
generates a config.h like this:

/* HAS_GETPGRP2:
 *      This symbol, if defined, indicates that the getpgrp2() (as in DG/UX)
 *      routine is available to get the current process group.
 */
/*#define HAS_GETPGRP2          / **/

/* HAS_GETPPID:
 *      This symbol, if defined, indicates that the getppid routine is
 *      available to get the parent process ID.
 */
#define HAS_GETPPID             /**/


-- 
  Gregory Stark
  EnterpriseDB          http://www.enterprisedb.com


---------------------------(end of broadcast)---------------------------
TIP 9: In versions below 8.0, the planner will ignore your desire to
       choose an index scan if your joining column's datatypes do not
       match

Reply via email to