From: | Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us> |
---|---|
To: | Neil Conway <neilc(at)samurai(dot)com> |
Cc: | PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org> |
Subject: | Re: compile warnings in HEAD |
Date: | 2004-08-26 14:57:15 |
Message-ID: | 200408261457.i7QEvF424871@candle.pha.pa.us |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-hackers |
Has this been fixed?
---------------------------------------------------------------------------
Neil Conway wrote:
> I get the following warnings compiling current sources:
>
> /Users/neilc/pgsql/src/bin/pg_dump/pg_backup_db.c: In function
> `_isIdentChar':
> /Users/neilc/pgsql/src/bin/pg_dump/pg_backup_db.c:874: warning:
> comparison is always true due to limited range of data type
> /Users/neilc/pgsql/src/bin/pg_dump/pg_backup_db.c: In function `_isDQChar':
> /Users/neilc/pgsql/src/bin/pg_dump/pg_backup_db.c:891: warning:
> comparison is always true due to limited range of data type
>
> Default CFLAGS. Machine specs:
>
> [neilc:/Users/neilc/build-pgsql]% gcc -v
> Reading specs from /usr/libexec/gcc/darwin/ppc/3.3/specs
> Thread model: posix
> gcc version 3.3 20030304 (Apple Computer, Inc. build 1495)
> [neilc:/Users/neilc/build-pgsql]% uname -a
> Darwin CPE000a95ab279e-CM000a735d27c0 7.5.0 Darwin Kernel Version 7.5.0:
> Thu Aug 5 19:26:16 PDT 2004; root:xnu/xnu-517.7.21.obj~3/RELEASE_PPC
> Power Macintosh powerpc
>
> (i.e. OSX 10.3.5)
>
> -Neil
>
>
> ---------------------------(end of broadcast)---------------------------
> TIP 4: Don't 'kill -9' the postmaster
>
--
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
From | Date | Subject | |
---|---|---|---|
Next Message | Philip Warner | 2004-08-26 15:11:31 | Re: compile warnings in HEAD |
Previous Message | Devrim GUNDUZ | 2004-08-26 14:51:13 | Re: rpm for RH AS 2.1 ? |