Re: 17f446784d54da827f74c2acc0fa772a41b92354 breaks orafce build

From: zengman <zengman(at)halodbtech(dot)com>
To: 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:03:27
Message-ID: tencent_1B8C91B063234DAA39EF0932@qq.com
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

> 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
```
What do you all think?

--
Regards,
Man Zeng
www.openhalo.org

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Peter Eisentraut 2025-12-26 15:20:10 Re: 17f446784d54da827f74c2acc0fa772a41b92354 breaks orafce build
Previous Message Japin Li 2025-12-26 14:45:08 Re: 17f446784d54da827f74c2acc0fa772a41b92354 breaks orafce build