Re: Clean up build warnings of plperl with clang-12+

Tom Lane <tgl@sss.pgh.pa.us>

From: Tom Lane <tgl@sss.pgh.pa.us>
To: Andrew Dunstan <andrew@dunslane.net>
Cc: Michael Paquier <michael@paquier.xyz>, Postgres hackers <pgsql-hackers@lists.postgresql.org>
Date: 2021-11-11T20:51:35Z
Lists: pgsql-hackers
Andrew Dunstan <andrew@dunslane.net> writes:
> Wouldn't it be better in any case just to add the clang fix for building
> plperl rather than globally?

That'd be considerably messier wouldn't it?  (And I wonder if the
meson system will be able to do it at all.)  If you feel motivated
to make that happen, go for it, but I don't.

			regards, tom lane



Commits

  1. Clean up compilation warnings coming from PL/Perl with clang-12~