pgsql: Fix incorrect format placeholders

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема pgsql: Fix incorrect format placeholders
Дата
Msg-id E1pfaoP-00573P-RT@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Fix incorrect format placeholders

The fields of NLSVERSIONINFOEX are of type DWORD, which is unsigned
long, so the results of the computations being printed are also of
type unsigned long.

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/a9bc04b21182cb6030e248a4055dc793e901ef6d

Modified Files
--------------
src/backend/utils/adt/pg_locale.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)


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

Предыдущее
От: Andres Freund
Дата:
Сообщение: pgsql: meson: docs: add texinfo target
Следующее
От: Daniel Gustafsson
Дата:
Сообщение: pgsql: Fix typo in header comment