pgsql: Remove hard coded formats for INT64 and use configured settings

Поиск
Список
Период
Сортировка
От Andrew Dunstan
Тема pgsql: Remove hard coded formats for INT64 and use configured settings
Дата
Msg-id E1QF6Mb-0004MU-NK@gemulon.postgresql.org
обсуждение исходный текст
Ответы Re: pgsql: Remove hard coded formats for INT64 and use configured settings  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-committers
Remove hard coded formats for INT64 and use configured settings instead.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/9b1508af8971c1627cda5bb65f5e9eddb9a1a55e

Modified Files
--------------
src/backend/postmaster/postmaster.c   |    2 +-
src/interfaces/ecpg/ecpglib/execute.c |    8 ++++----
2 files changed, 5 insertions(+), 5 deletions(-)


В списке pgsql-committers по дате отправления:

Предыдущее
От: Andrew Dunstan
Дата:
Сообщение: pgsql: Force use of "%I64d" format for 64 bit ints on MinGW.
Следующее
От: Tom Lane
Дата:
Сообщение: Re: pgsql: Remove hard coded formats for INT64 and use configured settings