Remove use of [U]INT64_FORMAT in some translatable strings
Michael Paquier <michael@paquier.xyz>
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
Files
| Path | Change | +/− |
|---|---|---|
| contrib/pg_prewarm/pg_prewarm.c | modified | +4 −4 |
| src/backend/access/transam/xlogprefetch.c | modified | +11 −12 |
| src/bin/pgbench/pgbench.c | modified | +3 −3 |
Discussion
- INT64_FORMAT in translatable strings 9 messages · 2021-04-21 → 2021-04-23