| From: | Heikki Linnakangas <heikki(dot)linnakangas(at)iki(dot)fi> |
|---|---|
| To: | pgsql-committers(at)postgresql(dot)org |
| Subject: | pgsql: Add #define INT64_MODIFIER for the printf length modifier for 64 |
| Date: | 2014-08-21 06:57:20 |
| Message-ID: | E1XKMJE-0001V8-Db@gemulon.postgresql.org |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | 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(-)
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Andres Freund | 2014-08-21 22:29:04 | pgsql: Add pinning_backends column to the pg_buffercache extension. |
| Previous Message | Michael Paquier | 2014-08-21 00:10:03 | Re: pgsql: Add missing index terms for replication commands in the document |