Commit cd510f0
committed
Convert elog() to ereport() and do some wordsmithing.
It's not entirely clear that we should log a message here at all, but
it's certainly wrong to use elog() for a message that should clearly
be translatable.
Amit Langote1 parent 1fc5c49 commit cd510f0
File tree
2 files changed
+7
-4
lines changed- src
- backend/commands
- test/regress/expected
2 files changed
+7
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
13297 | 13297 | | |
13298 | 13298 | | |
13299 | 13299 | | |
| 13300 | + | |
13300 | 13301 | | |
13301 | | - | |
| 13302 | + | |
| 13303 | + | |
| 13304 | + | |
13302 | 13305 | | |
13303 | 13306 | | |
13304 | 13307 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3179 | 3179 | | |
3180 | 3180 | | |
3181 | 3181 | | |
3182 | | - | |
| 3182 | + | |
3183 | 3183 | | |
3184 | 3184 | | |
3185 | 3185 | | |
| |||
3204 | 3204 | | |
3205 | 3205 | | |
3206 | 3206 | | |
3207 | | - | |
| 3207 | + | |
3208 | 3208 | | |
3209 | 3209 | | |
3210 | 3210 | | |
| |||
3219 | 3219 | | |
3220 | 3220 | | |
3221 | 3221 | | |
3222 | | - | |
| 3222 | + | |
3223 | 3223 | | |
3224 | 3224 | | |
3225 | 3225 | | |
| |||
0 commit comments