Re: [PATCH] plperl: use xsubpp -output unconditionally - Mailing list pgsql-hackers

From Daniel Gustafsson
Subject Re: [PATCH] plperl: use xsubpp -output unconditionally
Date
Msg-id 6F94EE66-68BC-4662-A213-05B7FD68764D@yesql.se
Whole thread Raw
In response to [PATCH] plperl: use xsubpp -output unconditionally  (Dagfinn Ilmari Mannsåker <ilmari@ilmari.org>)
List pgsql-hackers
> On 2 Jul 2025, at 16:29, Dagfinn Ilmari Mannsåker <ilmari@ilmari.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




pgsql-hackers by date:

Previous
From: Peter Eisentraut
Date:
Subject: Re: [PATCH] initdb: Treat empty -U argument as unset username
Next
From: shihao zhong
Date:
Subject: Re: problems with toast.* reloptions