postgresql/src/bin
Michael Paquier 62aa2bb293 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
2021-04-23 13:25:49 +09:00
..
initdb Split function definitions out of system_views.sql into a new file. 2021-04-16 18:37:02 -04:00
pg_amcheck Replace magic constants for seek() calls in perl scripts 2021-04-19 10:15:35 +09:00
pg_archivecleanup Improve common/logging.c's support for multiple verbosity levels. 2020-09-17 12:52:18 -04:00
pg_basebackup Replace magic constants for seek() calls in perl scripts 2021-04-19 10:15:35 +09:00
pg_checksums Replace magic constants for seek() calls in perl scripts 2021-04-19 10:15:35 +09:00
pg_config Update copyright for 2021 2021-01-02 13:06:25 -05:00
pg_controldata Simplify printing of LSNs 2021-02-23 10:27:02 +01:00
pg_ctl Update copyright for 2021 2021-01-02 13:06:25 -05:00
pg_dump Undo decision to allow pg_proc.prosrc to be NULL. 2021-04-15 17:17:20 -04:00
pg_resetwal Update copyright for 2021 2021-01-02 13:06:25 -05:00
pg_rewind Use correct format placeholder for timeline IDs 2021-04-21 08:26:18 +02:00
pg_test_fsync Use pg_pwrite() in pg_test_fsync. 2021-02-15 15:23:12 +13:00
pg_test_timing Clean up after newly-added tests for pg_test_fsync and pg_test_timing. 2020-10-07 13:27:33 -04:00
pg_upgrade pg_upgrade: Small fix for better translatability of help output 2021-04-15 09:08:18 +02:00
pg_verifybackup Simplify printing of LSNs 2021-02-23 10:27:02 +01:00
pg_waldump Fix typos and grammar in comments and docs 2021-04-19 11:32:30 +09:00
pgbench Remove use of [U]INT64_FORMAT in some translatable strings 2021-04-23 13:25:49 +09:00
pgevent Update copyright for 2021 2021-01-02 13:06:25 -05:00
psql Add CURRENT_ROLE to list of roles for tab completion of GRANT in psql 2021-04-21 10:34:43 +09:00
scripts Add missing source files to nls.mk 2021-04-18 16:11:58 +02:00
Makefile Add pg_amcheck, a CLI for contrib/amcheck. 2021-03-12 13:00:01 -05:00