On 16 January 2015 at 01:33, Noah Misch wrote:
> On Thu, Jan 15, 2015 at 09:24:01AM -0500, Robert Haas wrote:
> > On Thu, Jan 15, 2015 at 1:04 AM, Noah Misch wrote:
> > > On Wed, Jan 14, 2015 at 04:48:53PM -0500, Peter Eisentraut wrote:
> > >> What I'm seeing now is that the unaccent regression
On Fri, Jan 16, 2015 at 05:43:44AM -0500, Dave Cramer wrote:
> On 16 January 2015 at 01:33, Noah Misch wrote:
> > Sure, done. Dave, orangutan should now be able to pass with --enable-nls.
> > Would you restore that option?
>
> I can, but is this for HEAD or all versions ?
All versions.
--
Se
On Thu, Jan 15, 2015 at 09:24:01AM -0500, Robert Haas wrote:
> On Thu, Jan 15, 2015 at 1:04 AM, Noah Misch wrote:
> > On Wed, Jan 14, 2015 at 04:48:53PM -0500, Peter Eisentraut wrote:
> >> What I'm seeing now is that the unaccent regression tests when run under
> >> make check-world abort with
> >
On Thu, Jan 15, 2015 at 1:04 AM, Noah Misch wrote:
> On Wed, Jan 14, 2015 at 04:48:53PM -0500, Peter Eisentraut wrote:
>> What I'm seeing now is that the unaccent regression tests when run under
>> make check-world abort with
>>
>> FATAL: postmaster became multithreaded during startup
>> HINT: S
On Wed, Jan 14, 2015 at 04:48:53PM -0500, Peter Eisentraut wrote:
> What I'm seeing now is that the unaccent regression tests when run under
> make check-world abort with
>
> FATAL: postmaster became multithreaded during startup
> HINT: Set the LC_ALL environment variable to a valid locale.
con
On 1/1/15 11:04 PM, Noah Misch wrote:
>> Clusters hosted on OS X fall into these categories:
>>
>> 1) Unaffected configuration. This includes everyone setting a valid messages
>>locale via LANG, LC_ALL or LC_MESSAGES.
>> 2) Affected configuration. Through luck and light use, the cluster would
On Wed, Dec 31, 2014 at 01:52:49PM -0500, Noah Misch wrote:
> On Sun, Dec 28, 2014 at 07:20:04PM -0500, Andrew Dunstan wrote:
> > On 12/28/2014 04:58 PM, Noah Misch wrote:
> > >The gettext maintainer was open to implementing the
> > >setlocale_native_forked()
> > >technique in gettext, though the
On Mon, Jan 05, 2015 at 02:25:09PM +0900, Michael Paquier wrote:
> On Fri, Jan 2, 2015 at 1:04 PM, Noah Misch wrote:
> > The first attached patch, for all branches, adds LOG-level messages and an
> > assertion. So cassert builds will fail hard, while others won't. The
> > second
> > patch, for
On Fri, Jan 2, 2015 at 1:04 PM, Noah Misch wrote:
> The first attached patch, for all branches, adds LOG-level messages and an
> assertion. So cassert builds will fail hard, while others won't. The second
> patch, for master only, changes the startup-time message to FATAL. If we
> decide to use
On Wed, Dec 31, 2014 at 01:56:08PM -0500, Noah Misch wrote:
> On Wed, Dec 31, 2014 at 12:32:37AM -0500, Robert Haas wrote:
> > On Sun, Dec 28, 2014 at 4:58 PM, Noah Misch wrote:
> > > I wondered whether to downgrade FATAL to LOG in back branches.
> > > Introducing a
> > > new reason to block sta
On Wed, Dec 31, 2014 at 01:55:23PM -0500, Dave Cramer wrote:
> So at this point removing the --enable-nls from my config will solve the
> build problem.
>
> Everyone knows there is an issue so there is no point in continuing to have
> it fail.
We hope all packagers will build with --enable-nls,
So at this point removing the --enable-nls from my config will solve the
build problem.
Everyone knows there is an issue so there is no point in continuing to have
it fail.
On 31 December 2014 at 13:52, Noah Misch wrote:
> On Sun, Dec 28, 2014 at 07:20:04PM -0500, Andrew Dunstan wrote:
> > On
On Wed, Dec 31, 2014 at 12:32:37AM -0500, Robert Haas wrote:
> On Sun, Dec 28, 2014 at 4:58 PM, Noah Misch wrote:
> > I wondered whether to downgrade FATAL to LOG in back branches. Introducing
> > a
> > new reason to block startup is disruptive for a minor release, but having
> > the
> > postma
On Sun, Dec 28, 2014 at 07:20:04PM -0500, Andrew Dunstan wrote:
> On 12/28/2014 04:58 PM, Noah Misch wrote:
> >The gettext maintainer was open to implementing the setlocale_native_forked()
> >technique in gettext, though the last visible progress was in October. In
> >any
> >event, PostgreSQL bui
On Sun, Dec 28, 2014 at 4:58 PM, Noah Misch wrote:
> I wondered whether to downgrade FATAL to LOG in back branches. Introducing a
> new reason to block startup is disruptive for a minor release, but having the
> postmaster deadlock at an unpredictable later time is even more disruptive. I
> am i
On 12/28/2014 04:58 PM, Noah Misch wrote:
On Sat, Oct 11, 2014 at 09:07:46AM -0400, Peter Eisentraut wrote:
On 10/11/14 1:41 AM, Noah Misch wrote:
Good question. It would be nice to make the change there, for the benefit of
other consumers. The patch's setlocale_native_forked() assumes it ne
On Sat, Oct 11, 2014 at 09:07:46AM -0400, Peter Eisentraut wrote:
> On 10/11/14 1:41 AM, Noah Misch wrote:
> > Good question. It would be nice to make the change there, for the benefit
> > of
> > other consumers. The patch's setlocale_native_forked() assumes it never
> > runs
> > in a multithre
On 10/11/14 1:41 AM, Noah Misch wrote:
> Good question. It would be nice to make the change there, for the benefit of
> other consumers. The patch's setlocale_native_forked() assumes it never runs
> in a multithreaded process, but libintl_setlocale() must not assume that. I
> see a few ways libi
On Fri, Oct 10, 2014 at 09:14:38PM -0400, Peter Eisentraut wrote:
> On 10/10/14 8:24 PM, Noah Misch wrote:
> > Here's an implementation thereof covering both backend and frontend use of
> > setlocale(). A setlocale() wrapper, pg_setlocale(), injects use of the
> > child
> > process where necessar
On 10/10/14 8:24 PM, Noah Misch wrote:
> Here's an implementation thereof covering both backend and frontend use of
> setlocale(). A setlocale() wrapper, pg_setlocale(), injects use of the child
> process where necessary.
Would such a change not be better in gnulib itself?
--
Sent via pgsql-h
On Mon, Sep 15, 2014 at 12:51:14AM -0400, Noah Misch wrote:
> 1. Fork, call setlocale(LC_x, "") in the child, pass back the effective locale
>name through a pipe, and pass that name to setlocale() in the original
>process. The short-lived child will get the extra threads, and the
>post
On Mon, Sep 15, 2014 at 10:11:57AM +0300, Heikki Linnakangas wrote:
> On 09/15/2014 07:51 AM, Noah Misch wrote:
> >libintl replaces setlocale(). Its setlocale(LC_x, "") uses OS-specific APIs
> >to determine the default locale when $LANG and similar environment variables
> >are empty, as they are d
On 09/15/2014 07:51 AM, Noah Misch wrote:
libintl replaces setlocale(). Its setlocale(LC_x, "") uses OS-specific APIs
to determine the default locale when $LANG and similar environment variables
are empty, as they are during "make check NO_LOCALE=1". On OS X, it calls[1]
CFLocaleCopyCurrent(),
On Tue, Sep 02, 2014 at 12:25:39AM -0400, Tom Lane wrote:
> Noah Misch writes:
> > Buildfarm member orangutan has failed chronically on both of the branches
> > for
> > which it still reports, HEAD and REL9_1_STABLE, for over two years. The
> > postmaster appears to jam during isolation-check.
Noah Misch writes:
> Buildfarm member orangutan has failed chronically on both of the branches for
> which it still reports, HEAD and REL9_1_STABLE, for over two years. The
> postmaster appears to jam during isolation-check. Dave, orangutan currently
> has one such jammed postmaster for each bra
Buildfarm member orangutan has failed chronically on both of the branches for
which it still reports, HEAD and REL9_1_STABLE, for over two years. The
postmaster appears to jam during isolation-check. Dave, orangutan currently
has one such jammed postmaster for each branch. Could you gather some
26 matches
Mail list logo