forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit8c7a8e1
committed
Probe only 127.0.0.1 when looking for ports on Unix.
Commitc098509, later adjusted by commit4ab02e8, probed 0.0.0.0in addition to 127.0.0.1, for the benefit of Windows build farmanimals. It isn't really useful on Unix systems, and turned out tobe a bit inconvenient to users of some corporate firewall software.Switch back to probing just 127.0.0.1 on non-Windows systems.Back-patch to 9.6, like the earlier changes.Discussion:https://postgr.es/m/CA%2BhUKG%2B21EPwfgs4m%2BtqyRtbVqkOUvP8QQ8sWk9%2Bh55Aub1H3A%40mail.gmail.com1 parent9e078fe commit8c7a8e1
1 file changed
+4
-3
lines changedLines changed: 4 additions & 3 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
991 | 991 |
| |
992 | 992 |
| |
993 | 993 |
| |
994 |
| - | |
| 994 | + | |
| 995 | + | |
995 | 996 |
| |
996 | 997 |
| |
997 | 998 |
| |
998 | 999 |
| |
999 | 1000 |
| |
1000 |
| - | |
1001 |
| - | |
| 1001 | + | |
| 1002 | + | |
1002 | 1003 |
| |
1003 | 1004 |
| |
1004 | 1005 |
| |
|
0 commit comments
Comments
(0)