forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit3347042
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 parente288501 commit3347042
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 |
| |
| |||
1514 | 1523 |
| |
1515 | 1524 |
| |
1516 | 1525 |
| |
1517 |
| - | |
| 1526 | + | |
1518 | 1527 |
| |
1519 | 1528 |
| |
1520 | 1529 |
| |
|
0 commit comments
Comments
(0)