Re: Using AF_UNIX sockets always for tests on Windows - Mailing list pgsql-hackers

From Tom Lane
Subject Re: Using AF_UNIX sockets always for tests on Windows
Date
Msg-id 1744937.1669944636@sss.pgh.pa.us
Whole thread Raw
In response to Using AF_UNIX sockets always for tests on Windows  (Thomas Munro <thomas.munro@gmail.com>)
Responses Re: Using AF_UNIX sockets always for tests on Windows  (Andres Freund <andres@anarazel.de>)
List pgsql-hackers
Thomas Munro <thomas.munro@gmail.com> writes:
> Commit f5580882 established that all supported computers have AF_UNIX.
> One of the follow-up consequences that was left unfinished is that we
> could simplify our test harness code to make it the same on all
> platforms.  Currently we have hundreds of lines of C and perl to use
> secure TCP connections instead for the benefit of defunct Windows
> versions.  Here's a patch set for that.

If we remove that, won't we have a whole lot of code that's not
tested at all on any platform, ie all the TCP-socket code?

            regards, tom lane



pgsql-hackers by date:

Previous
From: Kyotaro Horiguchi
Date:
Subject: Re: pg_upgrade: Make testing different transfer modes easier
Next
From: Andres Freund
Date:
Subject: Re: Using WaitEventSet in the postmaster