Re: [PATCH] Allow Postgres to pick an unused port to listen - Mailing list pgsql-hackers

From Jacob Champion
Subject Re: [PATCH] Allow Postgres to pick an unused port to listen
Date
Msg-id CAAWbhmjC32eQad6kKAa0TPhBHLxDHAcnRD5XWPSjcbHJD20yKQ@mail.gmail.com
Whole thread Raw
In response to Re: [PATCH] Allow Postgres to pick an unused port to listen  (Andrew Dunstan <andrew@dunslane.net>)
List pgsql-hackers
On Fri, Apr 7, 2023 at 5:07 AM Andrew Dunstan <andrew@dunslane.net> wrote:
> For TAP tests we have pretty much resolved the port collisions issue for TCP ports too. See commit 9b4eafcaf4

The Cirrus config still has the following for the Windows tests:

    # Avoids port conflicts between concurrent tap test runs
    PG_TEST_USE_UNIX_SOCKETS: 1

Is that comment out of date, or would this proposal improve the
Windows situation too?

--Jacob



pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Allowing parallel-safe initplans
Next
From: Jacob Champion
Date:
Subject: Re: [PATCH] Add `verify-system` sslmode to use system CA pool for server cert