forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit3f35426
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 parent78d41f6 commit3f35426
1 file changed
+1
-0
lines changedLines changed: 1 addition & 0 deletions
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)