agora inbox for pgsql-committers@postgresql.org  
help / color / mirror / Atom feed
From: Peter Eisentraut <peter@eisentraut.org>
To: pgsql-committers@lists.postgresql.org
Subject: pgsql: Fix incorrect format placeholders
Date: Fri, 24 Mar 2023 06:22:06 +0000
Message-ID: <E1pfaoP-00573P-RT@gemulon.postgresql.org> (raw)

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



view thread (29+ messages)  latest in thread

Message-ID: <E1pfaoP-00573P-RT@gemulon.postgresql.org>
Permalink:  ../E1pfaoP-00573P-RT@gemulon.postgresql.org/
Also on:    postgresql.org/message-id/E1pfaoP-00573P-RT@gemulon.postgresql.org

reply

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Reply to all the recipients using the --to and --cc options:
  reply via email

  To: pgsql-committers@postgresql.org
  Cc: peter@eisentraut.org, pgsql-committers@lists.postgresql.org
  Subject: Re: pgsql: Fix incorrect format placeholders
  In-Reply-To: <E1pfaoP-00573P-RT@gemulon.postgresql.org>

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

This inbox is served by agora; see mirroring instructions
for how to clone and mirror all data and code used for this inbox