Re: crash with assertions and WAL_DEBUG - Mailing list pgsql-hackers

From Tom Lane
Subject Re: crash with assertions and WAL_DEBUG
Date
Msg-id 11286.1402779453@sss.pgh.pa.us
Whole thread Raw
In response to crash with assertions and WAL_DEBUG  (Alvaro Herrera <alvherre@2ndquadrant.com>)
Responses Re: crash with assertions and WAL_DEBUG  (Andres Freund <andres@2ndquadrant.com>)
List pgsql-hackers
Alvaro Herrera <alvherre@2ndquadrant.com> writes:
> I noticed that HEAD crashes at startup with assertions disabled and
> WAL_DEBUG turned on:

I'm beginning to think we're going to have to give up on that
no-pallocs-in-critical-sections Assert.  It was useful to catch
unnecessarily-dangerous allocations in mainline cases, but getting rid
of every last corner-case palloc is looking to be, if not impossible,
at least a lot more trouble than it is worth.
        regards, tom lane



pgsql-hackers by date:

Previous
From: Alvaro Herrera
Date:
Subject: Re: crash with assertions and WAL_DEBUG
Next
From: Andres Freund
Date:
Subject: Re: crash with assertions and WAL_DEBUG