pgsql/ /configure.in /configure rc/include/con ...

From: Tom Lane <tgl(at)hub(dot)org>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql/ /configure.in /configure rc/include/con ...
Date: 2001-03-23 18:42:13
Message-ID: 200103231842.f2NIgDS72608@hub.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers pgsql-interfaces

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.

Responses

Browse pgsql-committers by date

  From Date Subject
Next Message Bruce Momjian 2001-03-23 20:30:20 Re: pgsql/ /configure.in /configure rc/include/con ...
Previous Message Tom Lane 2001-03-23 18:26:01 pgsql/src include/postgres.h backend/tcop/post ...

Browse pgsql-interfaces by date

  From Date Subject
Next Message Bruce Momjian 2001-03-23 20:30:20 Re: pgsql/ /configure.in /configure rc/include/con ...
Previous Message Roberto João Lopes Garcia 2001-03-23 13:03:28 pgmonitor on solaris