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

From: Michael Paquier <michael(at)paquier(dot)xyz>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: Andrew Dunstan <andrew(at)dunslane(dot)net>, Postgres hackers <pgsql-hackers(at)lists(dot)postgresql(dot)org>
Subject: Re: Clean up build warnings of plperl with clang-12+
Date: 2021-11-15 03:39:39
Message-ID: YZHWe3kxWDpQpTft@paquier.xyz
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Thu, Nov 11, 2021 at 03:51:35PM -0500, Tom Lane wrote:
> That'd be considerably messier wouldn't it?

Yes, that would be a bit messier. For example, we could do that with
something saved in Makefile.global.in by ./configure that plperl feeds
on to add this extra CFLAGS in its own local Makefile.

> (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.

Neither am I. 9ff47ea is the least invasive solution, at least.
--
Michael

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Justin Pryzby 2021-11-15 03:56:33 Re: Add psql command to list constraints
Previous Message Masahiko Sawada 2021-11-15 02:48:34 Re: Skipping logical replication transactions on subscriber side