Re: What about Perl autodie?

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: What about Perl autodie?
Дата
Msg-id 898467.1707372203@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: What about Perl autodie?  (John Naylor <johncnaylorls@gmail.com>)
Ответы Re: What about Perl autodie?  (Peter Eisentraut <peter@eisentraut.org>)
Список pgsql-hackers
John Naylor <johncnaylorls@gmail.com> writes:
> On Wed, Feb 7, 2024 at 11:52 PM Greg Sabino Mullane <htamfids@gmail.com> wrote:
>> No drawbacks. I've been using it heavily for many, many years. Came out in 5.10.1,
>> which should be available everywhere at this point (2009 was the year of release)

> We moved our minimum to 5.14 fairly recently, so we're good on that point.

Yeah, but only recently.  I'm a little worried about the value of this
change relative to the amount of code churn involved, and more to the
point I worry about the risk of future back-patches injecting bad code
into back branches that don't use autodie.

(Back-patching the use of autodie doesn't seem feasible, since before
v16 we supported perl 5.8.something.)

            regards, tom lane



В списке pgsql-hackers по дате отправления:

Предыдущее
От: Sutou Kouhei
Дата:
Сообщение: Re: meson: catalog/syscache_ids.h isn't installed
Следующее
От: Ashutosh Bapat
Дата:
Сообщение: Re: Fix propagation of persistence to sequences in ALTER TABLE / ADD COLUMN