Re: IPC::Run accepts bug reports

From: Alexander Lakhin <exclusion(at)gmail(dot)com>
To: Noah Misch <noah(at)leadboat(dot)com>
Cc: pgsql-hackers(at)postgresql(dot)org
Subject: Re: IPC::Run accepts bug reports
Date: 2024-10-08 10:00:00
Message-ID: 3814d637-0995-276d-cd98-df310271785e@gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

In response to

Browse pgsql-hackers by date

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