Re: pgsql: Add regression test for recovery pause. - Mailing list pgsql-hackers

From Andrew Dunstan
Subject Re: pgsql: Add regression test for recovery pause.
Date
Msg-id c94c4b65-e15d-0596-2663-8169b71aead1@dunslane.net
Whole thread Raw
In response to Re: pgsql: Add regression test for recovery pause.  (Andrew Dunstan <andrew@dunslane.net>)
Responses Re: pgsql: Add regression test for recovery pause.  (Tom Lane <tgl@sss.pgh.pa.us>)
List 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 by date:

Previous
From: Andrew Dunstan
Date:
Subject: Re: CALL versus procedures with output-only arguments
Next
From: Tom Lane
Date:
Subject: Re: pgsql: Add regression test for recovery pause.