Re: [PATCH] Fix type redefinition build errors with macOS SDK 15.0

From: Michael Paquier <michael(at)paquier(dot)xyz>
To: Stan Hu <stanhu(at)gmail(dot)com>
Cc: pgsql-hackers(at)lists(dot)postgresql(dot)org, Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Subject: Re: [PATCH] Fix type redefinition build errors with macOS SDK 15.0
Date: 2024-06-25 02:03:26
Message-ID: ZnolbogATdJ1DmV-@paquier.xyz
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Noah Misch 2024-06-25 02:09:52 Re: Vacuum ERRORs out considering freezing dead tuples from before OldestXmin
Previous Message Michael Paquier 2024-06-25 01:57:12 Re: Add pg_get_acl() function get the ACL for a database object