Re: pgsql: Add regression test for recovery pause.

From: Andrew Dunstan <andrew(at)dunslane(dot)net>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>, Fujii Masao <fujii(at)postgresql(dot)org>
Cc: pgsql-hackers(at)lists(dot)postgresql(dot)org
Subject: Re: pgsql: Add regression test for recovery pause.
Date: 2021-06-03 20:41:53
Message-ID: c94c4b65-e15d-0596-2663-8169b71aead1@dunslane.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers 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

In response to

Responses

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2021-06-03 20:45:44 Re: pgsql: Add regression test for recovery pause.
Previous Message Andrew Dunstan 2021-06-03 20:15:11 pgsql: In PostgresNode.pm, don't pass SQL to psql on the command line

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2021-06-03 20:45:44 Re: pgsql: Add regression test for recovery pause.
Previous Message Andrew Dunstan 2021-06-03 20:39:40 Re: CALL versus procedures with output-only arguments