pgsql: Include for older macOS. - Mailing list pgsql-committers

From Thomas Munro
Subject pgsql: Include for older macOS.
Date
Msg-id E1sdpG5-003ylk-4j@gemulon.postgresql.org
Whole thread Raw
List 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(+)


pgsql-committers by date:

Previous
From: Thomas Munro
Date:
Subject: pgsql: All POSIX systems have langinfo.h and CODESET.
Next
From: Thomas Munro
Date:
Subject: pgsql: Include for macOS, take II.