forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit2e9dfa5
committed
Choose ports for test servers less likely to result in conflicts
If we choose ports in the range typically used for ephemeral ports thereis a danger of encountering a port conflict due to a race conditionbetween the time we choose the port in a range below that typically usedto allocate ephemeral ports, but higher than the range typically used bywell known services.Author: Jelte Fenema-Nio, with some editing by me.Discussion:https://postgr.es/m/d6ee8761-39d1-0033-1afb-d5a57ee056f2@gmail.comBackpatch to all live branches (12 and up)1 parent85242f9 commit2e9dfa5
1 file changed
+11
-2
lines changedLines changed: 11 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
127 | 127 |
| |
128 | 128 |
| |
129 | 129 |
| |
| 130 | + | |
| 131 | + | |
| 132 | + | |
| 133 | + | |
| 134 | + | |
| 135 | + | |
| 136 | + | |
| 137 | + | |
130 | 138 |
| |
131 | 139 |
| |
132 | 140 |
| |
| |||
151 | 159 |
| |
152 | 160 |
| |
153 | 161 |
| |
154 |
| - | |
| 162 | + | |
| 163 | + | |
155 | 164 |
| |
156 | 165 |
| |
157 | 166 |
| |
| |||
1516 | 1525 |
| |
1517 | 1526 |
| |
1518 | 1527 |
| |
1519 |
| - | |
| 1528 | + | |
1520 | 1529 |
| |
1521 | 1530 |
| |
1522 | 1531 |
| |
|
0 commit comments
Comments
(0)