Re: IPC::Run accepts bug reports

Поиск
Список
Период
Сортировка
От Alexander Lakhin
Тема Re: IPC::Run accepts bug reports
Дата
Msg-id 3814d637-0995-276d-cd98-df310271785e@gmail.com
обсуждение исходный текст
Ответ на Re: IPC::Run accepts bug reports  (Noah Misch <noah@leadboat.com>)
Список 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 по дате отправления: