Re: pgsql: Reference test binary using TESTDIR in 001_libpq_pipeline.pl.

2021-10-08 Thread Andrew Dunstan
On 10/8/21 5:14 PM, Andres Freund wrote: > Hi, > > On 2021-10-08 11:41:50 -0400, Andrew Dunstan wrote: >> On 10/1/21 6:34 PM, Andres Freund wrote: >>> Reference test binary using TESTDIR in 001_libpq_pipeline.pl. >>> >>> The previous approach didn't really work on windows, due to the PATH >>> se

Re: pgsql: Reference test binary using TESTDIR in 001_libpq_pipeline.pl.

2021-10-08 Thread Andres Freund
Hi, On 2021-10-08 11:41:50 -0400, Andrew Dunstan wrote: > On 10/1/21 6:34 PM, Andres Freund wrote: > > Reference test binary using TESTDIR in 001_libpq_pipeline.pl. > > > > The previous approach didn't really work on windows, due to the PATH > > separator > > being ';' not ':'. Instead of making

Re: pgsql: Reference test binary using TESTDIR in 001_libpq_pipeline.pl.

2021-10-08 Thread Andrew Dunstan
On 10/8/21 11:41 AM, Andrew Dunstan wrote: > On 10/1/21 6:34 PM, Andres Freund wrote: >> Reference test binary using TESTDIR in 001_libpq_pipeline.pl. >> >> The previous approach didn't really work on windows, due to the PATH >> separator >> being ';' not ':'. Instead of making the PATH change m

Re: pgsql: Reference test binary using TESTDIR in 001_libpq_pipeline.pl.

2021-10-08 Thread Andrew Dunstan
On 10/1/21 6:34 PM, Andres Freund wrote: > Reference test binary using TESTDIR in 001_libpq_pipeline.pl. > > The previous approach didn't really work on windows, due to the PATH separator > being ';' not ':'. Instead of making the PATH change more complicated, > reference the binary using the TEST