Re: [PATCH] Fix type redefinition build errors with macOS SDK 15.0 - Mailing list pgsql-hackers

From Michael Paquier
Subject Re: [PATCH] Fix type redefinition build errors with macOS SDK 15.0
Date
Msg-id ZnolbogATdJ1DmV-@paquier.xyz
Whole thread Raw
In response to [PATCH] Fix type redefinition build errors with macOS SDK 15.0  (Stan Hu <stanhu@gmail.com>)
Responses Re: [PATCH] Fix type redefinition build errors with macOS SDK 15.0
List pgsql-hackers
On Mon, Jun 24, 2024 at 02:58:47PM -0700, Stan Hu wrote:
> Prior to macOS SDK 15, there were include guards in
> $SDK_ROOT/usr/include/xlocale/_regex.h:
>
>   #ifndef _REGEX_H_
>   #include <_regex.h>
>   #endif // _REGEX_H_
>   #include <_xlocale.h>

Ugh.  Which means that you are testing macOS Sequoia still in beta
phase?  Thanks for the report.

Perhaps we should wait for the actual release before seeing if this is
still an issue and see if this is still a problem?  Tom is a heavy
macOS user, I'm still under 14 myself for some time.
--
Michael

Attachment

pgsql-hackers by date:

Previous
From: Michael Paquier
Date:
Subject: Re: Add pg_get_acl() function get the ACL for a database object
Next
From: Noah Misch
Date:
Subject: Re: Vacuum ERRORs out considering freezing dead tuples from before OldestXmin