Re: ERRORDATA_STACK_SIZE panic crashes on Windows

From: Magnus Hagander <magnus(at)hagander(dot)net>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: Bruce Momjian <bruce(at)momjian(dot)us>, pgsql-hackers(at)postgresql(dot)org
Subject: Re: ERRORDATA_STACK_SIZE panic crashes on Windows
Date: 2008-05-27 18:00:28
Message-ID: 20080527200028.6fb6e799@mha-laptop.hagander.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Tom Lane wrote:
> I wrote:
> > OK, so your version of libintl doesn't have bind_textdomain_codeset?
>
> Some digging in the gettext changelog suggests that
> bind_textdomain_codeset was added in gettext-0.10.36, released
> 2001-03-29.
>
> We can either add a configure test or say that we don't support
> such old versions of gettext ...

Or we could just #ifdef the whole thing to win32, since it's not
really needed on other platforms, pushing that decision to later...
(when that version of gettext will be even more obsolete)

//Magnus

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Magnus Hagander 2008-05-27 18:02:06 Re: ERRORDATA_STACK_SIZE panic crashes on Windows
Previous Message Simon Riggs 2008-05-27 17:52:58 Re: Read Uncommitted