Re: pgsql/ /configure.in /configure rc/include/con ... - Mailing list pgsql-committers

From Bruce Momjian
Subject Re: pgsql/ /configure.in /configure rc/include/con ...
Date
Msg-id 200103232030.PAA27527@candle.pha.pa.us
Whole thread Raw
In response to pgsql/ /configure.in /configure rc/include/con ...  (Tom Lane <tgl@hub.org>)
Responses Re: pgsql/ /configure.in /configure rc/include/con ...  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-committers
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@hub.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@postgresql.org
>


--
  Bruce Momjian                        |  http://candle.pha.pa.us
  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

pgsql-committers by date:

Previous
From: Tom Lane
Date:
Subject: pgsql/ /configure.in /configure rc/include/con ...
Next
From: Tom Lane
Date:
Subject: Re: pgsql/ /configure.in /configure rc/include/con ...