forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commitcd510f0
committed
Convert elog() to ereport() and do some wordsmithing.
It's not entirely clear that we should log a message here at all, butit's certainly wrong to use elog() for a message that should clearlybe translatable.Amit Langote1 parent1fc5c49 commitcd510f0
File tree
2 files changed
+7
-4
lines changed- src
- backend/commands
- test/regress/expected
2 files changed
+7
-4
lines changedLines changed: 4 additions & 1 deletion
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 |
| |
|
Lines changed: 3 additions & 3 deletions
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
Comments
(0)