[PATCH] plperl: use xsubpp -output unconditionally

From: Dagfinn Ilmari Mannsåker <ilmari(at)ilmari(dot)org>
To: pgsql-hackers(at)lists(dot)postgresql(dot)org
Subject: [PATCH] plperl: use xsubpp -output unconditionally
Date: 2025-07-02 14:29:18
Message-ID: 87tt3u3bup.fsf@wibble.ilmari.org
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Hi hackers,

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.

- ilmari

Attachment Content-Type Size
0001-Make-use-of-xsubpp-output-unconditional.patch text/x-diff 1.2 KB

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Fujii Masao 2025-07-02 14:31:49 Re: ALTER TABLE ALTER CONSTRAINT misleading error message
Previous Message Andres Freund 2025-07-02 14:19:44 Re: Add progressive backoff to XactLockTableWait functions