- Notifications
You must be signed in to change notification settings - Fork4.9k
Commit4b4b931
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 parente4f4c54 commit4b4b931
1 file changed
+11
-2
lines changedLines changed: 11 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
125 | 125 |
| |
126 | 126 |
| |
127 | 127 |
| |
| 128 | + | |
| 129 | + | |
| 130 | + | |
| 131 | + | |
| 132 | + | |
| 133 | + | |
| 134 | + | |
| 135 | + | |
128 | 136 |
| |
129 | 137 |
| |
130 | 138 |
| |
| |||
149 | 157 |
| |
150 | 158 |
| |
151 | 159 |
| |
152 |
| - | |
| 160 | + | |
| 161 | + | |
153 | 162 |
| |
154 | 163 |
| |
155 | 164 |
| |
| |||
1692 | 1701 |
| |
1693 | 1702 |
| |
1694 | 1703 |
| |
1695 |
| - | |
| 1704 | + | |
1696 | 1705 |
| |
1697 | 1706 |
| |
1698 | 1707 |
| |
|
0 commit comments
Comments
(0)