Remove use of [U]INT64_FORMAT in some translatable strings

Michael Paquier <michael@paquier.xyz>

Commit: 62aa2bb293148c13851484e63db4835e3c53147f
Author: Michael Paquier <michael@paquier.xyz>
Date: 2021-04-23T04:25:49Z
Releases: 14.0
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

Discussion