pgsql: Fix incorrect format placeholders

From: Peter Eisentraut <peter(at)eisentraut(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Fix incorrect format placeholders
Date: 2023-03-24 06:22:06
Message-ID: E1pfaoP-00573P-RT@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Daniel Gustafsson 2023-03-24 08:06:23 pgsql: Fix typo in header comment
Previous Message Andres Freund 2023-03-24 06:17:51 pgsql: meson: docs: add texinfo target