forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit84f8e40
committed
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) frombeing translated at runtime.Also, mark the strings used as arguments to check_rolespec_name fortranslation.Backpatch all the way back as appropriate. None of this is caught byany tests (necessarily so), so I verified it manually.1 parent5197630 commit84f8e40
3 files changed
+7
-7
lines changedLines changed: 3 additions & 3 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1198 | 1198 |
| |
1199 | 1199 |
| |
1200 | 1200 |
| |
1201 |
| - | |
| 1201 | + | |
1202 | 1202 |
| |
1203 | 1203 |
| |
1204 | 1204 |
| |
1205 | 1205 |
| |
1206 | 1206 |
| |
1207 | 1207 |
| |
1208 |
| - | |
| 1208 | + | |
1209 | 1209 |
| |
1210 | 1210 |
| |
1211 | 1211 |
| |
| |||
1217 | 1217 |
| |
1218 | 1218 |
| |
1219 | 1219 |
| |
1220 |
| - | |
| 1220 | + | |
1221 | 1221 |
| |
1222 | 1222 |
| |
1223 | 1223 |
| |
|
Lines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
567 | 567 |
| |
568 | 568 |
| |
569 | 569 |
| |
570 |
| - | |
| 570 | + | |
571 | 571 |
| |
572 | 572 |
| |
573 | 573 |
| |
| |||
922 | 922 |
| |
923 | 923 |
| |
924 | 924 |
| |
925 |
| - | |
| 925 | + | |
926 | 926 |
| |
927 | 927 |
| |
928 | 928 |
| |
|
Lines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
5323 | 5323 |
| |
5324 | 5324 |
| |
5325 | 5325 |
| |
5326 |
| - | |
| 5326 | + | |
5327 | 5327 |
| |
5328 | 5328 |
| |
5329 | 5329 |
| |
| |||
5344 | 5344 |
| |
5345 | 5345 |
| |
5346 | 5346 |
| |
5347 |
| - | |
| 5347 | + | |
5348 | 5348 |
| |
5349 | 5349 |
| |
5350 | 5350 |
| |
|
0 commit comments
Comments
(0)