Re: What about Perl autodie? - Mailing list pgsql-hackers

From Daniel Gustafsson
Subject Re: What about Perl autodie?
Date
Msg-id CBB3BC63-3D91-4D7C-9407-7B54AADF9270@yesql.se
Whole thread Raw
In response to Re: What about Perl autodie?  (Peter Eisentraut <peter@eisentraut.org>)
Responses Re: What about Perl autodie?
Re: What about Perl autodie?
List pgsql-hackers
> On 18 Mar 2024, at 07:27, Peter Eisentraut <peter@eisentraut.org> wrote:

> After some pondering, I figured the exclude list is better.

Agreed.

> So here is a squashed patch, also with a complete commit message.

Looks good from a read-through.  It would have been nice to standardize on
using one of "|| die" and "or die" consistently but that's clearly not for this
body of work.

--
Daniel Gustafsson




pgsql-hackers by date:

Previous
From: Peter Eisentraut
Date:
Subject: Re: Remove a FIXME and unused variables in Meson
Next
From: Daniel Gustafsson
Date:
Subject: Re: Support json_errdetail in FRONTEND builds