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

From Peter Eisentraut
Subject Re: What about Perl autodie?
Date
Msg-id 37912364-044d-4084-a3c8-5ec75517dd31@eisentraut.org
Whole thread Raw
In response to Re: What about Perl autodie?  (Daniel Gustafsson <daniel@yesql.se>)
List pgsql-hackers
On 18.03.24 09:17, Daniel Gustafsson wrote:
>> 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.

Committed.

I was aware of the semantic difference between "||" and "or", and I had 
tried to keep it similar to surrounding code.




pgsql-hackers by date:

Previous
From: Aadhav Vignesh
Date:
Subject: Proposal: Introduce row-level security templates
Next
From: "Li, Yong"
Date:
Subject: Re: Proposal to add page headers to SLRU pages