Re: ERRORDATA_STACK_SIZE panic crashes on Windows - Mailing list pgsql-hackers

From Tom Lane
Subject Re: ERRORDATA_STACK_SIZE panic crashes on Windows
Date
Msg-id 5999.1211908640@sss.pgh.pa.us
Whole thread Raw
In response to Re: ERRORDATA_STACK_SIZE panic crashes on Windows  (Bruce Momjian <bruce@momjian.us>)
Responses Re: ERRORDATA_STACK_SIZE panic crashes on Windows  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-hackers
Bruce Momjian <bruce@momjian.us> writes:
> Tom Lane wrote:
>> Hm, I assume you used --enable-nls ... why isn't libintl mentioned
>> in the link?

> It was cut off --- the libraries are:

>     ../../src/port/libpgport_srv.a -lintl -lssl -lcrypto -lgetopt -ldl
>     -lutil -lm -o postgres

OK, so your version of libintl doesn't have bind_textdomain_codeset?
Is that functionality missing altogether, or just named differently?
        regards, tom lane


pgsql-hackers by date:

Previous
From: Bruce Momjian
Date:
Subject: Re: ERRORDATA_STACK_SIZE panic crashes on Windows
Next
From: "Alex Hunsaker"
Date:
Subject: Re: Hiding undocumented enum values?