pgsql: Add #define INT64_MODIFIER for the printf length modifier for 64

Поиск
Список
Период
Сортировка
От Heikki Linnakangas
Тема pgsql: Add #define INT64_MODIFIER for the printf length modifier for 64
Дата
Msg-id E1XKMJE-0001V8-Db@gemulon.postgresql.org
обсуждение исходный текст
Ответы Re: pgsql: Add #define INT64_MODIFIER for the printf length modifier for 64  (Andres Freund <andres@2ndquadrant.com>)
Список 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 по дате отправления:

Предыдущее
От: Michael Paquier
Дата:
Сообщение: Re: pgsql: Add missing index terms for replication commands in the document
Следующее
От: Andres Freund
Дата:
Сообщение: pgsql: Add pinning_backends column to the pg_buffercache extension.