Re: IPC::Run accepts bug reports - Mailing list pgsql-hackers

From Alexander Lakhin
Subject Re: IPC::Run accepts bug reports
Date
Msg-id 3814d637-0995-276d-cd98-df310271785e@gmail.com
Whole thread Raw
In response to Re: IPC::Run accepts bug reports  (Noah Misch <noah@leadboat.com>)
List pgsql-hackers
Hello Noah,

04.10.2024 21:57, Noah Misch wrote:
> That makes sense.  Would you file this at
> https://github.com/cpan-authors/IPC-Run/issues?  I suppose that code should
> become roughly:
>
>    do { $r = POSIX::read(...) } while (!defined($r) && $!{EINTR});
>    croak ... unless defined($r);
>

Just for reference: I've filed the bug report at:
https://github.com/cpan-authors/IPC-Run/issues/176

Best regards,
Alexander



pgsql-hackers by date:

Previous
From: Shlok Kyal
Date:
Subject: Re: long-standing data loss bug in initial sync of logical replication
Next
From: Amit Kapila
Date:
Subject: Re: Make default subscription streaming option as Parallel