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-00028Q-1g@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
------
REL9_2_STABLE

Details
-------
http://git.postgresql.org/pg/commitdiff/e46794420ee37f15d3a6da771b7703fcd9b1ea91

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: Tom Lane
Date:
Subject: pgsql: Make configure probe for mbstowcs_l as well as wcstombs_l.
Next
From: Bruce Momjian
Date:
Subject: pgsql: In pg_upgade, document that the port numbers must be different w