pgsql: Fix portability issue in pg_audit.

Поиск
Список
Период
Сортировка
От Tom Lane
Тема pgsql: Fix portability issue in pg_audit.
Дата
Msg-id E1YswqI-00023s-LA@gemulon.postgresql.org
обсуждение исходный текст
Ответы Re: pgsql: Fix portability issue in pg_audit.  (Alvaro Herrera <alvherre@2ndquadrant.com>)
Список pgsql-committers
Fix portability issue in pg_audit.

"%ld" is not a portable way to print int64's.  This may explain the
buildfarm crashes we're seeing --- it seems to make dromedary happy,
at least.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/35a1e1d1593f4355c9d87bbc8208a8736801a607

Modified Files
--------------
contrib/pg_audit/pg_audit.c |   35 ++++++++++++++++++++---------------
1 file changed, 20 insertions(+), 15 deletions(-)


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

Предыдущее
От: Stephen Frost
Дата:
Сообщение: Re: pgsql: Add pg_audit, an auditing extension
Следующее
От: Tom Lane
Дата:
Сообщение: pgsql: Docs: fix erroneous claim about max byte length of GB18030.