pgsql: All POSIX systems have langinfo.h and CODESET. - Mailing list pgsql-committers

From Thomas Munro
Subject pgsql: All POSIX systems have langinfo.h and CODESET.
Date
Msg-id E1sdosw-003ycm-Qt@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
All POSIX systems have langinfo.h and CODESET.

We don't need configure probes for HAVE_LANGINFO_H (it is implied by
!WIN32), and we don't need to consider systems that have it but don't
define CODESET (that was for OpenBSD in commit 81cca218, but it has now
had it for 19 years).

Reviewed-by: Heikki Linnakangas <hlinnaka@iki.fi>
Discussion: https://postgr.es/m/CA%2BhUKGJqVe0%2BPv9dvC9dSums_PXxGo9SWcxYAMBguWJUGbWz-A%40mail.gmail.com

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/14c648ff009438830d15de7c8a93c2b29114eb1c

Modified Files
--------------
configure                       |  2 +-
configure.ac                    |  1 -
meson.build                     |  1 -
src/bin/pg_upgrade/pg_upgrade.c |  4 ----
src/include/pg_config.h.in      |  3 ---
src/port/chklocale.c            | 20 +-------------------
6 files changed, 2 insertions(+), 29 deletions(-)


pgsql-committers by date:

Previous
From: Peter Eisentraut
Date:
Subject: pgsql: Use errmsg_internal for debug messages
Next
From: Thomas Munro
Date:
Subject: pgsql: Include for older macOS.