pgsql: Fix incorrect format placeholders - Mailing list pgsql-committers

From Peter Eisentraut
Subject pgsql: Fix incorrect format placeholders
Date
Msg-id E1pfaoP-00573P-RT@gemulon.postgresql.org
Whole thread Raw
List 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 by date:

Previous
From: Andres Freund
Date:
Subject: pgsql: meson: docs: add texinfo target
Next
From: Daniel Gustafsson
Date:
Subject: pgsql: Fix typo in header comment