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(-)

Reply via email to