Re: BUG #6758: ./configure script sets HAVE_WCSTOMBS_L 1

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Alvaro Herrera <alvherre(at)commandprompt(dot)com>
Cc: "jez(dot)wain" <jez(dot)wain(at)bull(dot)net>, Pg Bugs <pgsql-bugs(at)postgresql(dot)org>
Subject: Re: BUG #6758: ./configure script sets HAVE_WCSTOMBS_L 1
Date: 2012-07-25 17:05:37
Message-ID: 29293.1343235937@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

Alvaro Herrera <alvherre(at)commandprompt(dot)com> writes:
> Excerpts from jez.wain's message of mi jul 25 05:49:35 -0400 2012:
>> AIX7 supports the mbstowcs API but not mbstowcs_l. In
>> src/include/pg_config.h I commented out the define for HAVE_WCSTOMBS_L 1,
>> recompiled src/backend/utils/adt/pg_locale.c and the build completed
>> successfully.

> This had been reported some time ago, see bug #6585:
> http://archives.postgresql.org/message-id/E1SINxs-0001Zy-Gj@wrigleys.postgresql.org

and in particular the relevant question is here:
http://archives.postgresql.org/pgsql-bugs/2012-04/msg00076.php

The previous complainant didn't help us do anything to resolve the
problem, but maybe you can help more.

regards, tom lane

In response to

Browse pgsql-bugs by date

  From Date Subject
Next Message Tom Lane 2012-07-25 17:10:15 Re: BUG #6760: make check fails on strings SQL T581 regex test
Previous Message Bruce Momjian 2012-07-25 17:01:13 Re: [BUGS] BUG #6733: All Tables Empty After pg_upgrade (PG 9.2.0 beta 2)