Re: pgsql: Fix included file path for modern perl

2019-02-06 Thread Andrew Dunstan
On 2/6/19 4:27 AM, Andres Freund wrote: > Hi, > > On 2019-02-06 00:36:07 +, Andrew Dunstan wrote: >> Fix included file path for modern perl >> >> Contrary to the comment on 772d4b76, only paths starting with "./" or >> "../" are considered relative to the current working directory by perl's >

Re: pgsql: Fix included file path for modern perl

2019-02-06 Thread Andres Freund
Hi, On 2019-02-06 00:36:07 +, Andrew Dunstan wrote: > Fix included file path for modern perl > > Contrary to the comment on 772d4b76, only paths starting with "./" or > "../" are considered relative to the current working directory by perl's > "do" function. So this patch converts all the rel

pgsql: Fix included file path for modern perl

2019-02-05 Thread Andrew Dunstan
Fix included file path for modern perl Contrary to the comment on 772d4b76, only paths starting with "./" or "../" are considered relative to the current working directory by perl's "do" function. So this patch converts all the relevant cases to use "./" paths. This only affects MSVC. Backpatch t

pgsql: Fix included file path for modern perl

2019-02-05 Thread Andrew Dunstan
Fix included file path for modern perl Contrary to the comment on 772d4b76, only paths starting with "./" or "../" are considered relative to the current working directory by perl's "do" function. So this patch converts all the relevant cases to use "./" paths. This only affects MSVC. Backpatch t

pgsql: Fix included file path for modern perl

2019-02-05 Thread Andrew Dunstan
Fix included file path for modern perl Contrary to the comment on 772d4b76, only paths starting with "./" or "../" are considered relative to the current working directory by perl's "do" function. So this patch converts all the relevant cases to use "./" paths. This only affects MSVC. Backpatch t

pgsql: Fix included file path for modern perl

2019-02-05 Thread Andrew Dunstan
Fix included file path for modern perl Contrary to the comment on 772d4b76, only paths starting with "./" or "../" are considered relative to the current working directory by perl's "do" function. So this patch converts all the relevant cases to use "./" paths. This only affects MSVC. Backpatch t

pgsql: Fix included file path for modern perl

2019-02-05 Thread Andrew Dunstan
Fix included file path for modern perl Contrary to the comment on 772d4b76, only paths starting with "./" or "../" are considered relative to the current working directory by perl's "do" function. So this patch converts all the relevant cases to use "./" paths. This only affects MSVC. Backpatch t

pgsql: Fix included file path for modern perl

2019-02-05 Thread Andrew Dunstan
Fix included file path for modern perl Contrary to the comment on 772d4b76, only paths starting with "./" or "../" are considered relative to the current working directory by perl's "do" function. So this patch converts all the relevant cases to use "./" paths. This only affects MSVC. Backpatch t