pgsql: Include <xlocale.h> for older macOS.

From: Thomas Munro <tmunro(at)postgresql(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Include <xlocale.h> for older macOS.
Date: 2024-08-13 11:00:09
Message-ID: E1sdpG5-003ylk-4j@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Include <xlocale.h> for older macOS.

Commit 35eeea62 forgot to include <xlocale.h> when using locale_t
(which didn't seem to be required on newer Apple SDK as used by CI,
hence mistake). Let's see if this fixes build farm animals longfin and
sifika.

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/52ea7f0e0545e8b7e5f28cceddadbfb184f41a4f

Modified Files
--------------
src/port/chklocale.c | 4 ++++
1 file changed, 4 insertions(+)

Browse pgsql-committers by date

  From Date Subject
Next Message Thomas Munro 2024-08-13 11:41:50 pgsql: Include <xlocale.h> for macOS, take II.
Previous Message Thomas Munro 2024-08-13 10:36:14 pgsql: Use thread-safe nl_langinfo_l(), not nl_langinfo().