PATH manipulation in 001_libpq_pipeline.pl fails on windows - Mailing list pgsql-hackers

From Andres Freund
Subject PATH manipulation in 001_libpq_pipeline.pl fails on windows
Date
Msg-id 20210930214040.odkdd42vknvzifm6@alap3.anarazel.de
Whole thread Raw
Responses Re: PATH manipulation in 001_libpq_pipeline.pl fails on windows
List pgsql-hackers
Hi,

For me 001_libpq_pipeline.pl doesn't reliably work on windows, because it
tries to add something to PATH, using unix syntax (vs ; used on windows).

$ENV{PATH} = "$ENV{TESTDIR}:$ENV{PATH}";

If the first two elements in PATH are something needed, this can cause the
test to fail... I'm surprised this doesn't cause problems on the buildfarm - a
plain
  perl src\tools\msvc\vcregress.pl taptest src\test\modules\libpq_pipeline\
fails for me.

Greetings,

Andres Freund



pgsql-hackers by date:

Previous
From: Melanie Plageman
Date:
Subject: Re: pg_stat_bgwriter.buffers_backend is pretty meaningless (and more?)
Next
From: Florin Irion
Date:
Subject: Reserve prefixes for loaded libraries proposal