Skip to content
Snippets Groups Projects
Select Git revision
  • benchmark-tools
  • postgres-lambda
  • master default
  • REL9_4_25
  • REL9_5_20
  • REL9_6_16
  • REL_10_11
  • REL_11_6
  • REL_12_1
  • REL_12_0
  • REL_12_RC1
  • REL_12_BETA4
  • REL9_4_24
  • REL9_5_19
  • REL9_6_15
  • REL_10_10
  • REL_11_5
  • REL_12_BETA3
  • REL9_4_23
  • REL9_5_18
  • REL9_6_14
  • REL_10_9
  • REL_11_4
23 results

src

  • Clone with SSH
  • Clone with HTTPS
  • user avatar
    Tom Lane authored
    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
    5348e22b
    History
    Name Last commit Last update
    ..