Re: issue with meson builds on msys2

From: Andrew Dunstan <andrew(at)dunslane(dot)net>
To: Andres Freund <andres(at)anarazel(dot)de>
Cc: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>, pgsql-hackers(at)lists(dot)postgresql(dot)org
Subject: Re: issue with meson builds on msys2
Date: 2023-05-18 01:54:59
Message-ID: 15d2f3d3-2d06-ed96-1de4-ba600bd9015a@dunslane.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers pgsql-hackers


On 2023-05-17 We 17:55, Andres Freund wrote:
> Hi,
>
> On May 17, 2023 2:51:41 PM PDT, Andrew Dunstan<andrew(at)dunslane(dot)net> wrote:
>> 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 think so.
>
>> I can probably just add "< $devnull" to the command. I'll test it out.
> Cool.
>

OK, that seems to work. *whew*. Thanks for your help.

cheers

andrew

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

In response to

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2023-05-18 14:39:28 pgsql: Tweak API of new function clause_is_computable_at().
Previous Message Andres Freund 2023-05-17 21:55:33 Re: issue with meson builds on msys2

Browse pgsql-hackers by date

  From Date Subject
Next Message Jonathan S. Katz 2023-05-18 02:42:40 Re: psql: Add role's membership options to the \du+ command
Previous Message YANG Xudong 2023-05-18 00:53:08 Re: [PATCH] Add loongarch64 native spin lock.