forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit3146f52
committed
Be more careful about port selection in src/test/ldap/.
Don't just assume that the next port is free; it might not be, orif we're really unlucky it might even be out of the TCP range.Do it honestly with two get_free_port() calls instead.This is surely a pretty low-probability problem, but I think itexplains a buildfarm failure seen today, so let's fix it.Back-patch to v11 where this script was added.Discussion:https://postgr.es/m/25124.1568052346@sss.pgh.pa.us1 parent73ff3a0 commit3146f52
1 file changed
+1
-1
lines changedLines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
56 | 56 |
| |
57 | 57 |
| |
58 | 58 |
| |
59 |
| - | |
| 59 | + | |
60 | 60 |
| |
61 | 61 |
| |
62 | 62 |
| |
|
0 commit comments
Comments
(0)