diff options
author | Tom Lane <tgl@sss.pgh.pa.us> | 2019-09-09 14:21:40 -0400 |
---|---|---|
committer | Tom Lane <tgl@sss.pgh.pa.us> | 2019-09-09 14:21:47 -0400 |
commit | 5348e22b969f6af8bd4400256a6a190721a01f34 (patch) | |
tree | ad5da6810af58959b013fcfc09f6d1dd2af64231 /src/tutorial/funcs.c | |
parent | 9668b02f80425dc72116101cb368c6ac1cc210a1 (diff) | |
download | postgresql-5348e22b969f6af8bd4400256a6a190721a01f34.tar.gz postgresql-5348e22b969f6af8bd4400256a6a190721a01f34.zip |
Be more careful about port selection in src/test/ldap/.
Don't just assume that the next port is free; it might not be, or
if 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 it
explains 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.us
Diffstat (limited to 'src/tutorial/funcs.c')
0 files changed, 0 insertions, 0 deletions