Re: Type assertions without GCC builtins - Mailing list pgsql-hackers

From Peter Eisentraut
Subject Re: Type assertions without GCC builtins
Date
Msg-id a04fa83a-2443-457d-a54f-a8a1a9c18278@eisentraut.org
Whole thread Raw
In response to Re: Type assertions without GCC builtins  (Peter Eisentraut <peter@eisentraut.org>)
List pgsql-hackers
On 19.11.25 19:44, Peter Eisentraut wrote:
> Yeah, I had been playing with a similar patch, which now also crashes on 
> CI, but I'm pretty sure this worked at some point.  So maybe an upgrade 
> or downgrade would fix it.
> 
> Note however that similar to the comment I made over about stdatomic.h, 
> we currently still have buildfarm members with gcc <4.9, which don't 
> support _Generic.
> 
> The attached 0001 patch, which is also contained in your patch, should 
> be applied nonetheless.  After researching the history, I think when 
> relptr.h was added, it just took a shortcut with the configure checks 
> available at the time, and we should just correct it now.

I have committed this 0001 patch.  The rest of this discussion is still 
pending.




pgsql-hackers by date:

Previous
From: Corey Huinker
Date:
Subject: Re: Import Statistics in postgres_fdw before resorting to sampling.
Next
From: Dharin Shah
Date:
Subject: Re: [PATCH] Add zstd compression for TOAST using extended header format