Hi, On 2022-02-16 14:42:30 -0800, Andres Freund wrote: > On February 16, 2022 1:10:35 PM PST, Andrew Dunstan <and...@dunslane.net> > wrote: > >So something like this in Utils.pm: > > > > > >die "Msys targeted perl is unsupported for running TAP tests" if > >$Config{osname}eq 'msys'; > > I don't think we should reject msys general - it's fine as long as the target > is msys, no? Msys includes postgres fwiw...
I think this means we should do the msys test in configure, inside if test "$enable_tap_tests" = yes; then and verify that $host_os != msys. Greetings, Andres Freund