forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commitfbd847a
committed
Replace errdetail("%s", ...) with errdetail_internal("%s", ...).
There may be some other places where we should use errdetail_internal,but they'll have to be evaluated case-by-case. This commit just hitsa bunch of places where invoking gettext is obviously a waste of cycles.1 parent3b41d49 commitfbd847a
File tree
12 files changed
+33
-32
lines changed- contrib/dblink
- src
- backend
- commands
- libpq
- nodes
- storage/lmgr
- tcop
- utils
- adt
- fmgr
- misc
- pl
- plpgsql/src
- plpython
12 files changed
+33
-32
lines changedLines changed: 5 additions & 4 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
187 | 187 |
| |
188 | 188 |
| |
189 | 189 |
| |
190 |
| - | |
| 190 | + | |
191 | 191 |
| |
192 | 192 |
| |
193 | 193 |
| |
| |||
263 | 263 |
| |
264 | 264 |
| |
265 | 265 |
| |
266 |
| - | |
| 266 | + | |
267 | 267 |
| |
268 | 268 |
| |
269 | 269 |
| |
| |||
2261 | 2261 |
| |
2262 | 2262 |
| |
2263 | 2263 |
| |
2264 |
| - | |
2265 |
| - | |
| 2264 | + | |
| 2265 | + | |
| 2266 | + | |
2266 | 2267 |
| |
2267 | 2268 |
| |
2268 | 2269 |
| |
|
Lines changed: 3 additions & 3 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
891 | 891 |
| |
892 | 892 |
| |
893 | 893 |
| |
894 |
| - | |
| 894 | + | |
895 | 895 |
| |
896 | 896 |
| |
897 | 897 |
| |
| |||
907 | 907 |
| |
908 | 908 |
| |
909 | 909 |
| |
910 |
| - | |
| 910 | + | |
911 | 911 |
| |
912 | 912 |
| |
913 | 913 |
| |
| |||
919 | 919 |
| |
920 | 920 |
| |
921 | 921 |
| |
922 |
| - | |
| 922 | + | |
923 | 923 |
| |
924 | 924 |
| |
925 | 925 |
| |
|
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
953 | 953 |
| |
954 | 954 |
| |
955 | 955 |
| |
956 |
| - | |
| 956 | + | |
957 | 957 |
| |
958 | 958 |
| |
959 | 959 |
| |
|
Lines changed: 3 additions & 3 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
959 | 959 |
| |
960 | 960 |
| |
961 | 961 |
| |
962 |
| - | |
| 962 | + | |
963 | 963 |
| |
964 | 964 |
| |
965 | 965 |
| |
| |||
1202 | 1202 |
| |
1203 | 1203 |
| |
1204 | 1204 |
| |
1205 |
| - | |
| 1205 | + | |
1206 | 1206 |
| |
1207 | 1207 |
| |
1208 | 1208 |
| |
1209 |
| - | |
| 1209 | + | |
1210 | 1210 |
| |
1211 | 1211 |
| |
1212 | 1212 |
| |
|
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
82 | 82 |
| |
83 | 83 |
| |
84 | 84 |
| |
85 |
| - | |
| 85 | + | |
86 | 86 |
| |
87 | 87 |
| |
88 | 88 |
| |
|
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
939 | 939 |
| |
940 | 940 |
| |
941 | 941 |
| |
942 |
| - | |
| 942 | + | |
943 | 943 |
| |
944 | 944 |
| |
945 | 945 |
| |
|
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
4294 | 4294 |
| |
4295 | 4295 |
| |
4296 | 4296 |
| |
4297 |
| - | |
| 4297 | + | |
4298 | 4298 |
| |
4299 | 4299 |
| |
4300 | 4300 |
| |
|
Lines changed: 4 additions & 4 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1363 | 1363 |
| |
1364 | 1364 |
| |
1365 | 1365 |
| |
1366 |
| - | |
1367 |
| - | |
| 1366 | + | |
| 1367 | + | |
1368 | 1368 |
| |
1369 | 1369 |
| |
1370 | 1370 |
| |
1371 | 1371 |
| |
1372 | 1372 |
| |
1373 |
| - | |
| 1373 | + | |
1374 | 1374 |
| |
1375 | 1375 |
| |
1376 | 1376 |
| |
| |||
1441 | 1441 |
| |
1442 | 1442 |
| |
1443 | 1443 |
| |
1444 |
| - | |
| 1444 | + | |
1445 | 1445 |
| |
1446 | 1446 |
| |
1447 | 1447 |
| |
|
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
378 | 378 |
| |
379 | 379 |
| |
380 | 380 |
| |
381 |
| - | |
| 381 | + | |
382 | 382 |
| |
383 | 383 |
| |
384 | 384 |
| |
|
Lines changed: 10 additions & 10 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
7985 | 7985 |
| |
7986 | 7986 |
| |
7987 | 7987 |
| |
7988 |
| - | |
| 7988 | + | |
7989 | 7989 |
| |
7990 | 7990 |
| |
7991 | 7991 |
| |
7992 |
| - | |
| 7992 | + | |
7993 | 7993 |
| |
7994 | 7994 |
| |
7995 | 7995 |
| |
| |||
8019 | 8019 |
| |
8020 | 8020 |
| |
8021 | 8021 |
| |
8022 |
| - | |
| 8022 | + | |
8023 | 8023 |
| |
8024 | 8024 |
| |
8025 | 8025 |
| |
8026 |
| - | |
| 8026 | + | |
8027 | 8027 |
| |
8028 | 8028 |
| |
8029 | 8029 |
| |
| |||
8053 | 8053 |
| |
8054 | 8054 |
| |
8055 | 8055 |
| |
8056 |
| - | |
| 8056 | + | |
8057 | 8057 |
| |
8058 | 8058 |
| |
8059 | 8059 |
| |
8060 |
| - | |
| 8060 | + | |
8061 | 8061 |
| |
8062 | 8062 |
| |
8063 | 8063 |
| |
| |||
8087 | 8087 |
| |
8088 | 8088 |
| |
8089 | 8089 |
| |
8090 |
| - | |
| 8090 | + | |
8091 | 8091 |
| |
8092 | 8092 |
| |
8093 | 8093 |
| |
8094 |
| - | |
| 8094 | + | |
8095 | 8095 |
| |
8096 | 8096 |
| |
8097 | 8097 |
| |
| |||
8121 | 8121 |
| |
8122 | 8122 |
| |
8123 | 8123 |
| |
8124 |
| - | |
| 8124 | + | |
8125 | 8125 |
| |
8126 | 8126 |
| |
8127 | 8127 |
| |
8128 | 8128 |
| |
8129 |
| - | |
| 8129 | + | |
8130 | 8130 |
| |
8131 | 8131 |
| |
8132 | 8132 |
| |
|
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
2791 | 2791 |
| |
2792 | 2792 |
| |
2793 | 2793 |
| |
2794 |
| - | |
| 2794 | + | |
2795 | 2795 |
| |
2796 | 2796 |
| |
2797 | 2797 |
| |
|
Lines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
4434 | 4434 |
| |
4435 | 4435 |
| |
4436 | 4436 |
| |
4437 |
| - | |
4438 |
| - | |
| 4437 | + | |
| 4438 | + | |
4439 | 4439 |
| |
4440 | 4440 |
| |
4441 | 4441 |
| |
|
0 commit comments
Comments
(0)