postgresql/src/backend/utils
Alvaro Herrera 84f8e407f5
Change some errdetail() to errdetail_internal()
This prevents marking the argument string for translation for gettext,
and it also prevents the given string (which is already translated) from
being translated at runtime.

Also, mark the strings used as arguments to check_rolespec_name for
translation.

Backpatch all the way back as appropriate.  None of this is caught by
any tests (necessarily so), so I verified it manually.
2022-09-28 17:14:53 +02:00
..
adt Change some errdetail() to errdetail_internal() 2022-09-28 17:14:53 +02:00
cache Suppress more variable-set-but-not-used warnings from clang 15. 2022-09-21 13:52:38 -04:00
error Re-implement the ereport() macro using __VA_ARGS__. 2020-03-24 11:48:33 -04:00
fmgr Fix broken ruleutils support for function TRANSFORM clauses. 2021-01-25 13:03:11 -05:00
hash Initial pgindent run for v12. 2019-05-22 12:55:34 -04:00
init Make relation-enumerating operations be security-restricted operations. 2022-05-09 08:35:12 -07:00
mb Avoid unnecessary out-of-memory errors during encoding conversion. 2019-10-03 17:34:25 -04:00
misc Allow "in place" tablespaces. 2022-07-27 07:55:12 +02:00
mmgr Fix some possibly latent bugs in slab.c 2022-09-01 19:23:44 +12:00
resowner Phase 2 pgindent run for v12. 2019-05-22 13:04:48 -04:00
sort Fix CLUSTER tuplesorts on abbreviated expressions. 2022-04-20 17:17:37 -07:00
time Clean up assorted failures under clang's -fsanitize=undefined checks. 2022-03-03 18:13:24 -05:00
.gitignore Rearrange makefile rules for running Gen_fmgrtab.pl. 2018-05-03 17:54:18 -04:00
errcodes.txt Make SQL/JSON error code names match SQL standard 2019-08-22 10:45:25 +02:00
Gen_dummy_probes.pl Fix many typos and inconsistencies 2019-07-01 10:00:23 +09:00
Gen_dummy_probes.sed Update copyright for 2019 2019-01-02 12:44:25 -05:00
Gen_fmgrtab.pl Fix more typos and inconsistencies in the tree 2019-06-17 16:13:16 +09:00
generate-errcodes.pl Update copyright for 2019 2019-01-02 12:44:25 -05:00
Makefile Use Getopt::Long for catalog scripts 2019-02-12 12:22:08 -03:00
probes.d Sync our DTrace infrastructure with c.h's definition of type bool. 2019-11-06 11:11:45 -05:00