Re: conchuela doesn't like gnu_printf anymore

From: Mikael Kjellström <mikael(dot)kjellstrom(at)mksoft(dot)nu>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>, pgsql-hackers(at)lists(dot)postgresql(dot)org
Cc: mikael(dot)kjellstrom(at)gmail(dot)com
Subject: Re: conchuela doesn't like gnu_printf anymore
Date: 2022-08-08 19:45:15
Message-ID: 4077ea95-75aa-5782-b9e5-a2e0f561e9ed@mksoft.nu
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On 2022-08-06 18:59, Tom Lane wrote:

> This is seemingly an intentional configuration change, because the
> animal is reporting different config_env than before. However,
> we decide what to set PG_PRINTF_ATTRIBUTE to based on what CC
> likes, and if CXX doesn't like it then you'll get these warnings.
> (The warnings only appear in C++ compiles, else there'd REALLY
> be a lot of them.)

Yes, when I upgraded to the lastest DragonFly BSD 6.2.2 I was meaning to
switch to CLANG14 for both C and C++. I guess I fat fingered the
configuration somehow.

I have switch to CLANG14 for both C and C++ now.

Let's see if the warnings disappears now.

/Mikael

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Zheng Li 2022-08-08 20:01:33 Support logical replication of global object commands
Previous Message Andres Freund 2022-08-08 19:20:20 Re: Patch to address creation of PgStat* contexts with null parent context