diff options
author | Peter Eisentraut <peter@eisentraut.org> | 2023-03-24 07:18:12 +0100 |
---|---|---|
committer | Peter Eisentraut <peter@eisentraut.org> | 2023-03-24 07:21:40 +0100 |
commit | a9bc04b21182cb6030e248a4055dc793e901ef6d (patch) | |
tree | ba9432ff398a5aac9b88d96e164479a04f5504a2 /src/backend/commands/async.c | |
parent | 069ef254f145889d15c6ce4be526ce9e05284dc6 (diff) | |
download | postgresql-a9bc04b21182cb6030e248a4055dc793e901ef6d.tar.gz postgresql-a9bc04b21182cb6030e248a4055dc793e901ef6d.zip |
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.
Diffstat (limited to 'src/backend/commands/async.c')
0 files changed, 0 insertions, 0 deletions