Re: Small TAP tests cleanup for Windows and unused modules - Mailing list pgsql-hackers

From Michael Paquier
Subject Re: Small TAP tests cleanup for Windows and unused modules
Date
Msg-id Yg2m+AaFo4rHHoku@paquier.xyz
Whole thread Raw
In response to Re: Small TAP tests cleanup for Windows and unused modules  (Andrew Dunstan <andrew@dunslane.net>)
List pgsql-hackers
On Wed, Feb 16, 2022 at 05:36:14PM -0500, Andrew Dunstan wrote:
> More specifically, all the tests in question are now passing on jacana
> and fairywren, and their $Config{osname} is NOT 'msys' (it's 'MSWin32').

Indeed.  0001 is incorrect.

> So we should simply remove any line that ends "if $Config{osname} eq
> 'msys';" since we don't have any such animals any more.

So, that's related to [1], meaning that we don't have any buildfarm
members that run the perl flavor from Msys.  And, as a result, we
don't need to worry about the CRLF conversions in any of the perl
modules?  That would be nice.

[1]: https://www.postgresql.org/message-id/0ba775a2-8aa0-0d56-d780-69427cf6f33d@dunslane.net
--
Michael

Attachment

pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: libpq async duplicate error results
Next
From: Jeevan Ladhe
Date:
Subject: Re: refactoring basebackup.c