Re: 17f446784d54da827f74c2acc0fa772a41b92354 breaks orafce build

From: Peter Eisentraut <peter(at)eisentraut(dot)org>
To: zengman <zengman(at)halodbtech(dot)com>, Japin Li <japinli(at)hotmail(dot)com>
Cc: Pavel Stehule <pavel(dot)stehule(at)gmail(dot)com>, pgsql-hackers <pgsql-hackers(at)lists(dot)postgresql(dot)org>, Thomas Munro <thomas(dot)munro(at)gmail(dot)com>
Subject: Re: 17f446784d54da827f74c2acc0fa772a41b92354 breaks orafce build
Date: 2025-12-26 15:20:10
Message-ID: 90d2ef5c-1083-42b2-a3c6-d6688f42054a@eisentraut.org
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On 26.12.25 16:03, zengman wrote:
>> Apologies for that; I overlooked CC'ing you.
>
> Hi all,I have an idea: We can add this definition to `src/include/c.h`:
> ```
> #ifndef static_assert
> #define static_assert _Static_assert
> #endif
> ```

No, this wouldn't work with C23 and beyond.

The correct fix is to rename the local assert.h file, as has already
been proposed.

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Andrei Lepikhov 2025-12-26 15:20:38 Re: Introduce Index Aggregate - new GROUP BY strategy
Previous Message zengman 2025-12-26 15:03:27 Re: 17f446784d54da827f74c2acc0fa772a41b92354 breaks orafce build