pgsql-server/ /configure /configure.in onfig/c ...

From: petere(at)postgresql(dot)org (Peter Eisentraut - PostgreSQL)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql-server/ /configure /configure.in onfig/c ...
Date: 2003-01-28 21:57:12
Message-ID: 20030128215712.27F114772CA@postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers pgsql-hackers pgsql-ports

CVSROOT: /cvsroot
Module name: pgsql-server
Changes by: petere(at)postgresql(dot)org 03/01/28 16:57:12

Modified files:
. : configure configure.in
config : c-compiler.m4 c-library.m4

Log message:
Factor out the code that detects the long long int snprintf format into a
separate macro. Also add support for %I64d which is the way on Windows.

The code that checks for the 64-bit int type now gives more reasonable
results when cross-compiling: In that case we just take the compiler's
information and trust that the arithmetic works. Disabling int64 is too
pessimistic.

Responses

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2003-01-28 22:13:41 pgsql-server/ oc/src/sgml/indexcost.sgml rc/ba ...
Previous Message Tom Lane 2003-01-28 18:04:13 pgsql-server/src/backend/utils/misc Tag: REL7_ ...

Browse pgsql-hackers by date

  From Date Subject
Next Message Peter Eisentraut 2003-01-28 21:58:53 Re: Fix for log_min_error_messages
Previous Message Tom Lane 2003-01-28 21:43:22 Re: Cannot connect to the database (PG 7.3)

Browse pgsql-ports by date

  From Date Subject
Next Message Tom Lane 2003-01-29 01:50:58 Testing for int64 (was Re: [COMMITTERS] pgsql-server/ /configure /configure.in...)
Previous Message Art Fore 2003-01-26 08:08:37 postgresql installation