IPC::Run accepts bug reports

From: Noah Misch <noah(at)leadboat(dot)com>
To: Robert Haas <robertmhaas(at)gmail(dot)com>
Cc: pgsql-hackers(at)postgresql(dot)org
Subject: IPC::Run accepts bug reports
Date: 2024-06-15 23:48:24
Message-ID: 20240615234824.a9@rfd.leadboat.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Separating this from the pytest thread:

On Sat, Jun 15, 2024 at 01:26:57PM -0400, Robert Haas wrote:
> The one
> thing I know about that *I* think is a pretty big problem about Perl
> is that IPC::Run is not really maintained.

I don't see in https://github.com/cpan-authors/IPC-Run/issues anything
affecting PostgreSQL. If you know of IPC::Run defects, please report them.
If I knew of an IPC::Run defect affecting PostgreSQL, I likely would work on
it before absurdity like https://github.com/cpan-authors/IPC-Run/issues/175
NetBSD-10-specific behavior coping.

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Michael Paquier 2024-06-16 00:28:05 Re: race condition in pg_class
Previous Message Gayatri Singh 2024-06-15 23:09:05 Backup and Restore of Partitioned Table in PG-15