Remove configure probe for wctype.h.

Thomas Munro <tmunro@postgresql.org>

Commit: 634a89c7082538e9521a97e5e92126090b68645c
Author: Thomas Munro <tmunro@postgresql.org>
Date: 2022-07-23T04:54:00Z
Releases: 16.0
Remove configure probe for wctype.h.

This header is present in SUSv2 and Windows.

Also remove the inclusion of <wchar.h>, following clues that it was only
included for the benefit of historical systems that didn't have
<wctype.h>.

Reviewed-by: Tom Lane <tgl@sss.pgh.pa.us>
Discussion: https://postgr.es/m/CA%2BhUKGKAmTgbg_hMiGG5T7pkpzOnY1cWFAHYtZXHCpqeC_hCkA%40mail.gmail.com

Files

PathChange+/−
configure modified +1 −1
configure.ac modified +0 −1
src/backend/utils/adt/formatting.c modified +0 −8
src/include/pg_config.h.in modified +0 −3
src/include/regex/regcustom.h modified +0 −8
src/include/tsearch/ts_locale.h modified +1 −9
src/tools/msvc/Solution.pm modified +0 −1

Discussion