forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit6a5bcf7
committed
postmaster: Reduce verbosity of environment dump debug message
Emitting each variable separately is unnecessarily verbose / hard to skimover. Emit the whole thing in one ereport() to address that.Also remove program name and function reference from the message. The formerdoesn't seem particularly helpful and the latter is provided by the elog.cinfrastructure these days.Reviewed-by: Heikki Linnakangas <hlinnaka@iki.fi>Reviewed-by: Peter Eisentraut <peter@eisentraut.org>Discussion:https://postgr.es/m/leouteo5ozcrux3fepuhtbp6c56tbfd4naxeokidbx7m75cabz@hhw6g4urlowt1 parent631db1d commit6a5bcf7
1 file changed
+9
-9
lines changedLines changed: 9 additions & 9 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
839 | 839 |
| |
840 | 840 |
| |
841 | 841 |
| |
| 842 | + | |
842 | 843 |
| |
843 | 844 |
| |
844 | 845 |
| |
| 846 | + | |
845 | 847 |
| |
846 |
| - | |
847 |
| - | |
848 |
| - | |
849 |
| - | |
850 |
| - | |
| 848 | + | |
| 849 | + | |
| 850 | + | |
851 | 851 |
| |
852 |
| - | |
853 |
| - | |
854 |
| - | |
855 |
| - | |
| 852 | + | |
| 853 | + | |
| 854 | + | |
| 855 | + | |
856 | 856 |
| |
857 | 857 |
| |
858 | 858 |
| |
|
0 commit comments
Comments
(0)