diff options
author | Alvaro Herrera <alvherre@alvh.no-ip.org> | 2022-09-28 17:14:53 +0200 |
---|---|---|
committer | Alvaro Herrera <alvherre@alvh.no-ip.org> | 2022-09-28 17:14:53 +0200 |
commit | f1e7f25b5aef2f3957aa4dbc5eda874871f693e0 (patch) | |
tree | 3699f3aa010fb3e348ddd461aa5b80f347a4ea24 /src/backend/executor/nodeModifyTable.c | |
parent | 9923764614a0a4e0e23f3455794d9c2ac0b1635d (diff) | |
download | postgresql-f1e7f25b5aef2f3957aa4dbc5eda874871f693e0.tar.gz postgresql-f1e7f25b5aef2f3957aa4dbc5eda874871f693e0.zip |
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.
Diffstat (limited to 'src/backend/executor/nodeModifyTable.c')
0 files changed, 0 insertions, 0 deletions