Re: msys2 vs pg_upgrade/test.sh

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема Re: msys2 vs pg_upgrade/test.sh
Дата
Msg-id 4a76b98b-4a00-7df2-8912-9363277b604f@2ndquadrant.com
обсуждение исходный текст
Ответ на msys2 vs pg_upgrade/test.sh  (Andrew Dunstan <andrew.dunstan@2ndquadrant.com>)
Ответы Re: msys2 vs pg_upgrade/test.sh  (Andrew Dunstan <andrew.dunstan@2ndquadrant.com>)
Список pgsql-hackers
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 foo.bat
> 
> Some Internet postings at least seem to suggest this is by design. (FSVO
> "design")
> 
> I tested this on older versions and the change appears to work, so I
> propose to apply the attached patch.

If we're worried about messing things up for non-msys2 environments, we
could also set MSYS2_ARG_CONV_EXCL instead; see
<https://github.com/msys2/msys2/wiki/Porting#filesystem-namespaces>.
According to that page, that would seem to be the more proper way to do it.

-- 
Peter Eisentraut              http://www.2ndQuadrant.com/
PostgreSQL Development, 24x7 Support, Remote DBA, Training & Services



В списке pgsql-hackers по дате отправления:

Предыдущее
От: Peter Eisentraut
Дата:
Сообщение: Re: BUG #15977: Inconsistent behavior in chained transactions
Следующее
От: Pavel Stehule
Дата:
Сообщение: patch: psql - enforce constant width of last column