pgsql: Remove use of [U]INT64_FORMAT in some translatable strings

From: Michael Paquier <michael(at)paquier(dot)xyz>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Remove use of [U]INT64_FORMAT in some translatable strings
Date: 2021-04-23 04:26:09
Message-ID: E1lZnOL-0000Dy-0z@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Remove use of [U]INT64_FORMAT in some translatable strings

%lld with (long long), or %llu with (unsigned long long) are more
adapted. This is similar to 3286065.

Author: Kyotaro Horiguchi
Discussion: https://postgr.es/m/20210421.200000.1462448394029407895.horikyota.ntt@gmail.com

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/62aa2bb293148c13851484e63db4835e3c53147f

Modified Files
--------------
contrib/pg_prewarm/pg_prewarm.c | 8 ++++----
src/backend/access/transam/xlogprefetch.c | 23 +++++++++++------------
src/bin/pgbench/pgbench.c | 6 +++---
3 files changed, 18 insertions(+), 19 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Michael Paquier 2021-04-23 04:36:51 pgsql: Fix some comments in fmgr.c
Previous Message Etsuro Fujita 2021-04-23 03:05:07 pgsql: Minor code cleanup in asynchronous execution support.