forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commitd8ec5eb
committed
psql: Fix logging output format
In normal interactive mode, psql's log messages accidentally got a"psql:" prefix that was not supposed to be there. This only happenedif there was no .psqlrc file being read, so it wasn't discovered for awhile. Fix this by adding the appropriate logging formatconfiguration call in the right code path.Discussion:https://www.postgresql.org/message-id/7586.1560540361@sss.pgh.pa.us1 parente5eba10 commitd8ec5eb
1 file changed
+1
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
437 | 437 | | |
438 | 438 | | |
439 | 439 | | |
| 440 | + | |
440 | 441 | | |
441 | 442 | | |
442 | 443 | | |
| |||
0 commit comments
Comments
(0)