postgresql/src/backend
Peter Eisentraut 82c3cd9741 Factor out system call names from error messages
Instead, put them in via a format placeholder.  This reduces the
number of distinct translatable messages and also reduces the chances
of typos during translation.  We already did this for the system call
arguments in a number of cases, so this is just the same thing taken a
bit further.

Discussion: https://www.postgresql.org/message-id/flat/92d6f545-5102-65d8-3c87-489f71ea0a37%40enterprisedb.com
2021-04-23 14:21:37 +02: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 Mark multirange_constructor0() and multirange_constructor2() strict 2021-04-23 13:25:45 +03: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 Factor out system call names from error messages 2021-04-23 14:21:37 +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 Reorder COMPRESSION option in gram.y and parsenodes.h into alphabetical order. 2021-04-23 19:10:24 +09: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 correct format placeholder for WSAGetLastError() 2021-04-23 14:21:37 +02:00
postmaster Factor out system call names from error messages 2021-04-23 14:21:37 +02: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 Factor out system call names from error messages 2021-04-23 14:21:37 +02: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 Mark multirange_constructor0() and multirange_constructor2() strict 2021-04-23 13:25:45 +03:00
.gitignore
common.mk
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