Re: BUG #6585: Can't compile from source code - Mailing list pgsql-bugs

From Tom Lane
Subject Re: BUG #6585: Can't compile from source code
Date
Msg-id 4885.1334343227@sss.pgh.pa.us
Whole thread Raw
In response to Re: BUG #6585: Can't compile from source code  (Andrey Mitroshin <mit@akamit.com>)
List pgsql-bugs
Andrey Mitroshin <mit@akamit.com> writes:
> But 9.0.7 compiles fine. 8.4.11 too.

That's fairly irrelevant, since the code that wants to use wcstombs_l()
and mbstowcs_l() is new in 9.1 (it's part of COLLATE-clause support).

            regards, tom lane

pgsql-bugs by date:

Previous
From: "Biju George (UST, IND)"
Date:
Subject: Re: BUG #6583: for loop cursor
Next
From: Robert Haas
Date:
Subject: Re: BUG #6572: The example of SPI_execute is bogus