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

Поиск
Список
Период
Сортировка
От Michael Paquier
Тема Re: [PATCH] Fix type redefinition build errors with macOS SDK 15.0
Дата
Msg-id ZnolbogATdJ1DmV-@paquier.xyz
обсуждение исходный текст
Ответ на [PATCH] Fix type redefinition build errors with macOS SDK 15.0  (Stan Hu <stanhu@gmail.com>)
Ответы Re: [PATCH] Fix type redefinition build errors with macOS SDK 15.0
Список 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

Вложения

В списке pgsql-hackers по дате отправления:

Предыдущее
От: Michael Paquier
Дата:
Сообщение: Re: Add pg_get_acl() function get the ACL for a database object
Следующее
От: Noah Misch
Дата:
Сообщение: Re: Vacuum ERRORs out considering freezing dead tuples from before OldestXmin