pgsql: Don't use INT64_FORMAT in translatable string

From: Peter Eisentraut <peter(at)eisentraut(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Don't use INT64_FORMAT in translatable string
Date: 2026-04-25 18:28:08
Message-ID: E1wGhjb-002lc0-2N@gemulon.postgresql.org
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Don't use INT64_FORMAT in translatable string

Use PRId64 instead.

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/7d7e58feef21e7781e8e99a960fae4d6d5a2a927

Modified Files
--------------
src/bin/pg_test_timing/pg_test_timing.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Noah Misch 2026-04-26 22:04:11 pgsql: Fix new test with comma in build directory.
Previous Message Tom Lane 2026-04-24 16:28:49 pgsql: Update time zone data files to tzdata release 2026b.