mirror of
https://github.com/postgres/postgres.git
synced 2025-07-02 09:02:37 +03:00
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
This commit is contained in:
@ -2394,7 +2394,6 @@ header_checks = [
|
||||
'execinfo.h',
|
||||
'getopt.h',
|
||||
'ifaddrs.h',
|
||||
'langinfo.h',
|
||||
'mbarrier.h',
|
||||
'stdbool.h',
|
||||
'strings.h',
|
||||
|
Reference in New Issue
Block a user