Fix incorrect format placeholders
authorPeter Eisentraut <peter@eisentraut.org>
Fri, 24 Mar 2023 06:18:12 +0000 (07:18 +0100)
committerPeter Eisentraut <peter@eisentraut.org>
Fri, 24 Mar 2023 06:21:40 +0000 (07:21 +0100)
commita9bc04b21182cb6030e248a4055dc793e901ef6d
treeba9432ff398a5aac9b88d96e164479a04f5504a2
parent069ef254f145889d15c6ce4be526ce9e05284dc6
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.
src/backend/utils/adt/pg_locale.c