postgresql/src/backend
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
..
access Remove use of [U]INT64_FORMAT in some translatable strings 2021-04-23 13:25:49 +09:00
bootstrap Split backend status and progress related functionality out of pgstat.c. 2021-04-03 11:42:52 -07:00
catalog Fix uninitialized memory bug 2021-04-22 16:04:48 -04:00
commands Fix relcache inconsistency hazard in partition detach 2021-04-22 15:13:25 -04:00
executor Minor code cleanup in asynchronous execution support. 2021-04-23 12:00:00 +09:00
foreign Update copyright for 2021 2021-01-02 13:06:25 -05:00
jit Speedup ScalarArrayOpExpr evaluation 2021-04-08 23:51:22 +12:00
lib Fix typo in comment 2021-04-20 14:35:16 +02:00
libpq Refactor hba_authname 2021-04-07 14:24:47 +02:00
main Update copyright for 2021 2021-01-02 13:06:25 -05:00
nodes Improve slightly misleading comments in nodeFuncs.c 2021-04-10 19:19:45 +12:00
optimizer Fix relcache inconsistency hazard in partition detach 2021-04-22 15:13:25 -04:00
parser adjust query id feature to use pg_stat_activity.query_id 2021-04-20 12:22:26 -04:00
partitioning Fix uninitialized memory bug 2021-04-22 16:04:48 -04:00
po Translation updates 2020-05-18 12:49:30 +02:00
port Use errmsg_internal for debug messages 2021-02-17 11:33:25 +01:00
postmaster Add comment about extract_autovac_opts not holding lock 2021-04-21 18:36:12 -04:00
regex Further tweak memory management for regex DFAs. 2021-03-08 16:32:29 -05:00
replication Fix relation leak for subscribers firing triggers in logical replication 2021-04-22 12:48:54 +09:00
rewrite doc: Improve hyphenation consistency 2021-04-21 08:14:43 +02:00
snowball Update snowball 2021-02-19 08:10:15 +01:00
statistics Fix typos and grammar in comments and docs 2021-04-19 11:32:30 +09:00
storage Fix typos and grammar in comments and docs 2021-04-19 11:32:30 +09:00
tcop adjust query id feature to use pg_stat_activity.query_id 2021-04-20 12:22:26 -04:00
tsearch Fix typos and grammar in comments and docs 2021-04-19 11:32:30 +09:00
utils Fix interaction of log_line_prefix's query_id and log_statement 2021-04-20 12:57:59 -04:00
.gitignore
common.mk Remove PARTIAL_LINKING build mode. 2018-03-30 17:33:04 -07:00
Makefile Use sort_template.h for qsort_tuple() and qsort_ssup(). 2021-03-03 17:02:32 +13:00
nls.mk Add missing gettext triggers 2020-04-28 13:35:40 +02:00