Fix incorrect format placeholders

Peter Eisentraut <peter@eisentraut.org>

Commit: a9bc04b21182cb6030e248a4055dc793e901ef6d
Author: Peter Eisentraut <peter@eisentraut.org>
Date: 2023-03-24T06:21:40Z
Releases: 16.0
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.

Files

PathChange+/−
src/backend/utils/adt/pg_locale.c modified +1 −1