forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commitb0ec61c
committed
Quote filenames in error messages
The majority of all filenames are quoted in user facing error andlog messages, but a few were still printed without quotes. Whilethese filenames do not risk causing any ambiguity as their formatis strict, quote them anyways to be consistent across all logs.Also concatenate a message to keep it one line to make it easierto grep for in the code.Reviewed-by: Peter Eisentraut <peter@eisentraut.org>Reviewed-by: Michael Paquier <michael@paquier.xyz>Discussion:https://postgr.es/m/080EEABE-6645-4A46-AB20-6285ADAC44FE@yesql.se1 parentbe6f7cd commitb0ec61c
2 files changed
+3
-4
lines changedLines changed: 1 addition & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
2248 | 2248 |
| |
2249 | 2249 |
| |
2250 | 2250 |
| |
2251 |
| - | |
2252 |
| - | |
| 2251 | + | |
2253 | 2252 |
| |
2254 | 2253 |
| |
2255 | 2254 |
| |
|
Lines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
418 | 418 |
| |
419 | 419 |
| |
420 | 420 |
| |
421 |
| - | |
| 421 | + | |
422 | 422 |
| |
423 | 423 |
| |
424 | 424 |
| |
425 |
| - | |
| 425 | + | |
426 | 426 |
| |
427 | 427 |
| |
428 | 428 |
| |
|
0 commit comments
Comments
(0)