Re: issue with meson builds on msys2 - Mailing list pgsql-hackers

From Andrew Dunstan
Subject Re: issue with meson builds on msys2
Date
Msg-id 32cf5bd7-da7f-27ef-a7cf-4e5505b28cc5@dunslane.net
Whole thread Raw
In response to Re: issue with meson builds on msys2  (Andres Freund <andres@anarazel.de>)
Responses Re: issue with meson builds on msys2
List pgsql-hackers


On 2023-05-16 Tu 17:52, Andres Freund wrote:

I suppose the alternative would be to change the way the buildfarm calls
pg_ctl stop. Do you have a concrete suggestion for that?
The easiest fix is to redirect stdin to /dev/null (or some file, if that's
easier to do portably) - that should fix the problem entirely, without needing
IPC::Run.


Should only be needed for the start command, right? I can probably just add "< $devnull" to the command. I'll test it out.


cheers


andrew

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

pgsql-hackers by date:

Previous
From: "Joel Jacobson"
Date:
Subject: Re: Should CSV parsing be stricter about mid-field quotes?
Next
From: Andres Freund
Date:
Subject: Re: issue with meson builds on msys2