pgsql: Cannot rely on %z printf length modifier.

Поиск
Список
Период
Сортировка
От Heikki Linnakangas
Тема pgsql: Cannot rely on %z printf length modifier.
Дата
Msg-id E1XafoP-0008Jn-6e@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Cannot rely on %z printf length modifier.

Before version 9.4, we didn't require sprintf to support the %z length
modifier. Use %lu instead.

Reported by Peter Eisentraut. Apply to 9.3 and earlier.

Branch
------
REL9_0_STABLE

Details
-------
http://git.postgresql.org/pg/commitdiff/64a628576700f9a0afc67f062e8fedf1fe6c3a57

Modified Files
--------------
src/backend/access/gist/gist.c |    5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)


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

Предыдущее
От: Robert Haas
Дата:
Сообщение: pgsql: Eliminate one background-worker-related flag variable.
Следующее
От: Heikki Linnakangas
Дата:
Сообщение: pgsql: Cannot rely on %z printf length modifier.