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

From Magnus Hagander
Subject Re: ERRORDATA_STACK_SIZE panic crashes on Windows
Date
Msg-id 20080527210916.3487e0e3@mha-laptop.hagander.net
Whole thread Raw
In response to Re: ERRORDATA_STACK_SIZE panic crashes on Windows  (Bruce Momjian <bruce@momjian.us>)
List pgsql-hackers
Bruce Momjian wrote:
> Magnus Hagander wrote:
> > > 2. Adjust the AC_SEARCH_LIBS call to probe for
> > > bind_textdomain_codeset() instead of gettext() as it does now.
> > > This would have the effect of rejecting pre-0.10.36 versions of
> > > the library.
> > 
> > Depending on the buildfarm issue it may be that the software is
> > antique enough that almost only Bruce runs such an old version. If
> > so, I think #2 is just fine (except in back branches, of course)
> 
> You don't have to fix it just for me --- I can remove --enable-nls;
> the big question is who else is going to hit this.  I think the
> buildfarm has safe-enough checking for 8.4, but I am concerned about
> the back branches where testing isn't as complete.

This is why I'm suggesting the #ifdef WIN32 for back branches.

//Magnus


pgsql-hackers by date:

Previous
From: Bruce Momjian
Date:
Subject: Re: ERRORDATA_STACK_SIZE panic crashes on Windows
Next
From: "Dave Page"
Date:
Subject: Re: ERRORDATA_STACK_SIZE panic crashes on Windows