Re: [PATCH] plperl: use xsubpp -output unconditionally

From: Daniel Gustafsson <daniel(at)yesql(dot)se>
To: Dagfinn Ilmari Mannsåker <ilmari(at)ilmari(dot)org>
Cc: pgsql-hackers(at)lists(dot)postgresql(dot)org
Subject: Re: [PATCH] plperl: use xsubpp -output unconditionally
Date: 2025-07-02 14:39:43
Message-ID: 6F94EE66-68BC-4662-A213-05B7FD68764D@yesql.se
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

> On 2 Jul 2025, at 16:29, Dagfinn Ilmari Mannsåker <ilmari(at)ilmari(dot)org> wrote:

> I noticed that the PL/Perl makefile makes the use of the -output option
> conditional on coverage+vpath, because that option is not supported
> until Perl 5.9.3. But these days we require Perl 5.14, so we can remove
> that conditional (which also matches what Meson does). Please see the
> attached.

Nice catch. On that note, shouldn't we also be updating ppport.h with a new
--compat-version run?

--
Daniel Gustafsson

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message shihao zhong 2025-07-02 14:44:05 Re: problems with toast.* reloptions
Previous Message Peter Eisentraut 2025-07-02 14:39:22 Re: [PATCH] initdb: Treat empty -U argument as unset username