pgsql: Make configure probe for mbstowcs_l as well as wcstombs_l. - Mailing list pgsql-committers

From Tom Lane
Subject pgsql: Make configure probe for mbstowcs_l as well as wcstombs_l.
Date
Msg-id E1T7VnZ-00028O-0F@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Make configure probe for mbstowcs_l as well as wcstombs_l.

We previously supposed that any given platform would supply both or neither
of these functions, so that one configure test would be sufficient.  It now
appears that at least on AIX this is not the case ... which is likely an
AIX bug, but nonetheless we need to cope with it.  So use separate tests.
Per bug #6758; thanks to Andrew Hastie for doing the followup testing
needed to confirm what was happening.

Backpatch to 9.1, where we began using these functions.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/58a031f920c225b20fdb45c1e56fe41ed7568900

Modified Files
--------------
configure                         |    3 ++-
configure.in                      |    2 +-
src/backend/utils/adt/pg_locale.c |    6 +++---
src/include/pg_config.h.in        |    3 +++
src/include/pg_config.h.win32     |    3 +++
5 files changed, 12 insertions(+), 5 deletions(-)


pgsql-committers by date:

Previous
From: Heikki Linnakangas
Date:
Subject: pgsql: Fix typos in README.
Next
From: Tom Lane
Date:
Subject: pgsql: Make configure probe for mbstowcs_l as well as wcstombs_l.