forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit9bbfca8
committed
Fix startup so that log prefix %h works for the log_connections message.
We entirely randomly chose to initialize port->remote_host just afterprinting the log_connections message, when we could perfectly well do itjust before, allowing %h and %r to work for that message. Per gripe fromArtem Tomyuk.1 parent7a47262 commit9bbfca8
1 file changed
+8
-6
lines changedLines changed: 8 additions & 6 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
4005 | 4005 |
| |
4006 | 4006 |
| |
4007 | 4007 |
| |
| 4008 | + | |
| 4009 | + | |
| 4010 | + | |
| 4011 | + | |
| 4012 | + | |
| 4013 | + | |
| 4014 | + | |
| 4015 | + | |
4008 | 4016 |
| |
4009 | 4017 |
| |
4010 | 4018 |
| |
| |||
4018 | 4026 |
| |
4019 | 4027 |
| |
4020 | 4028 |
| |
4021 |
| - | |
4022 |
| - | |
4023 |
| - | |
4024 |
| - | |
4025 |
| - | |
4026 |
| - | |
4027 | 4029 |
| |
4028 | 4030 |
| |
4029 | 4031 |
| |
|
0 commit comments
Comments
(0)