pgsql: Add #define INT64_MODIFIER for the printf length modifier for 64 - Mailing list pgsql-committers

From Heikki Linnakangas
Subject pgsql: Add #define INT64_MODIFIER for the printf length modifier for 64
Date
Msg-id E1XKMJE-0001V8-Db@gemulon.postgresql.org
Whole thread Raw
Responses Re: pgsql: Add #define INT64_MODIFIER for the printf length modifier for 64
List pgsql-committers
Add #define INT64_MODIFIER for the printf length modifier for 64-bit ints.

We have had INT64_FORMAT and UINT64_FORMAT for a long time, but that's not
good enough if you want something more exotic, like "%20lld".

Abhijit Menon-Sen, per Andres Freund's suggestion.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/ce486056ecd28050f367894a2b5aad3656d37511

Modified Files
--------------
config/c-library.m4           |   32 +++++++++++++++---------------
configure                     |   44 +++++++++++++++++------------------------
configure.in                  |   21 ++++++++------------
src/include/c.h               |    3 +++
src/include/pg_config.h.in    |    7 ++-----
src/include/pg_config.h.win32 |    8 ++------
6 files changed, 49 insertions(+), 66 deletions(-)


pgsql-committers by date:

Previous
From: Michael Paquier
Date:
Subject: Re: pgsql: Add missing index terms for replication commands in the document
Next
From: Andres Freund
Date:
Subject: pgsql: Add pinning_backends column to the pg_buffercache extension.