Thomas Munro <thomas(dot)munro(at)gmail(dot)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