Re: msys2 vs pg_upgrade/test.sh

2019-09-09 Thread Andrew Dunstan
On 9/9/19 4:48 AM, Peter Eisentraut wrote: > On 2019-09-09 00:06, Andrew Dunstan wrote: >> Diagnosing this took quite a lot of time and detective work. For some >> reason I don't quite understand, when calling the Windows command >> processor in a modern msys2/WindowsServer2019 installation, you

Re: msys2 vs pg_upgrade/test.sh

2019-09-09 Thread Peter Eisentraut
On 2019-09-09 00:06, Andrew Dunstan wrote: > Diagnosing this took quite a lot of time and detective work. For some > reason I don't quite understand, when calling the Windows command > processor in a modern msys2/WindowsServer2019 installation, you need to > double the slash, thus: > >     cmd //c

msys2 vs pg_upgrade/test.sh

2019-09-08 Thread Andrew Dunstan
Diagnosing this took quite a lot of time and detective work. For some reason I don't quite understand, when calling the Windows command processor in a modern msys2/WindowsServer2019 installation, you need to double the slash, thus:     cmd //c foo.bat Some Internet postings at least seem to su