From: | Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us> |
---|---|
To: | Tom Lane <tgl(at)hub(dot)org> |
Cc: | pgsql-committers(at)postgresql(dot)org, PostgreSQL-interfaces <pgsql-interfaces(at)postgresql(dot)org> |
Subject: | Re: pgsql/ /configure.in /configure rc/include/con ... |
Date: | 2001-03-23 20:30:20 |
Message-ID: | 200103232030.PAA27527@candle.pha.pa.us |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-committers pgsql-interfaces |
FYI, ecpg had several 0LL's. I changed them to (long long)0 because
there was not LL test at the time.
> CVSROOT: /home/projects/pgsql/cvsroot
> Module name: pgsql
> Changes by: tgl(at)hub(dot)org 01/03/23 13:42:12
>
> Modified files:
> . : configure.in configure
> src/include : config.h.in
> src/include/utils: pg_crc.h
> src/backend/utils/hash: pg_crc.c
>
> Log message:
> When using 'long long int' for int64 type, check to see if the compiler
> accepts nnnLL syntax for long long constants. If so, decorate the CRC64
> constants with LL to avoid warnings and/or erroneous results from certain
> non-standards-compliant compilers.
>
>
> ---------------------------(end of broadcast)---------------------------
> TIP 1: subscribe and unsubscribe commands go to majordomo(at)postgresql(dot)org
>
--
Bruce Momjian | http://candle.pha.pa.us
pgman(at)candle(dot)pha(dot)pa(dot)us | (610) 853-3000
+ If your life is a hard drive, | 830 Blythe Avenue
+ Christ can be your backup. | Drexel Hill, Pennsylvania 19026
From | Date | Subject | |
---|---|---|---|
Next Message | Tom Lane | 2001-03-23 20:32:12 | Re: pgsql/ /configure.in /configure rc/include/con ... |
Previous Message | Tom Lane | 2001-03-23 18:42:13 | pgsql/ /configure.in /configure rc/include/con ... |
From | Date | Subject | |
---|---|---|---|
Next Message | Tom Lane | 2001-03-23 20:32:12 | Re: pgsql/ /configure.in /configure rc/include/con ... |
Previous Message | Tom Lane | 2001-03-23 18:42:13 | pgsql/ /configure.in /configure rc/include/con ... |