forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit2b39831
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 parent8b3d528 commit2b39831
1 file changed
+8
-6
lines changedLines changed: 8 additions & 6 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
4113 | 4113 |
| |
4114 | 4114 |
| |
4115 | 4115 |
| |
| 4116 | + | |
| 4117 | + | |
| 4118 | + | |
| 4119 | + | |
| 4120 | + | |
| 4121 | + | |
| 4122 | + | |
| 4123 | + | |
4116 | 4124 |
| |
4117 | 4125 |
| |
4118 | 4126 |
| |
| |||
4126 | 4134 |
| |
4127 | 4135 |
| |
4128 | 4136 |
| |
4129 |
| - | |
4130 |
| - | |
4131 |
| - | |
4132 |
| - | |
4133 |
| - | |
4134 |
| - | |
4135 | 4137 |
| |
4136 | 4138 |
| |
4137 | 4139 |
| |
|
0 commit comments
Comments
(0)