Re: pgsql: Add regression test for recovery pause.

Поиск
Список
Период
Сортировка
От Andrew Dunstan
Тема Re: pgsql: Add regression test for recovery pause.
Дата
Msg-id c94c4b65-e15d-0596-2663-8169b71aead1@dunslane.net
обсуждение исходный текст
Ответ на Re: pgsql: Add regression test for recovery pause.  (Andrew Dunstan <andrew@dunslane.net>)
Ответы Re: pgsql: Add regression test for recovery pause.  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-hackers
On 6/2/21 6:25 PM, Andrew Dunstan wrote:
>
>
> Looks to me like we're getting munged by the msys shell, and unlike on
> msys2 there isn't a way to disable it:
>
https://stackoverflow.com/questions/7250130/how-to-stop-mingw-and-msys-from-mangling-path-names-given-at-the-command-line
>
>
> c.f. commit 73ff3a0abbb
>
>
> Maybe a robust solution would be to have the query piped to psql on its
> stdin rather than on the command line. poll_query_until looks on a quick
> check like the only place in PostgresNode where we use "psql -c"
>
>
> I'll experiment a bit tomorrow.
>
>
>


My suspicion was correct. Fix pushed.


cheers


andrew

--
Andrew Dunstan
EDB: https://www.enterprisedb.com




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

Предыдущее
От: Andrew Dunstan
Дата:
Сообщение: Re: CALL versus procedures with output-only arguments
Следующее
От: Tom Lane
Дата:
Сообщение: Re: pgsql: Add regression test for recovery pause.