Re: elog() proposal - Mailing list pgsql-hackers

From Tom Lane
Subject Re: elog() proposal
Date
Msg-id 1308.1014569839@sss.pgh.pa.us
Whole thread Raw
In response to Re: elog() proposal  (Peter Eisentraut <peter_e@gmx.net>)
Responses Re: elog() proposal  (Bruce Momjian <pgman@candle.pha.pa.us>)
List pgsql-hackers
Peter Eisentraut <peter_e@gmx.net> writes:
> I think FATALALL is good, because it tells you exactly what is going on,
> namely the same as FATAL but for all sessions.

But it isn't the same.  If all backends FATAL'ed at once, that wouldn't
provoke the postmaster to wipe shared memory and run a WAL recovery
cycle.

What do you think of Karl's suggestion of PANIC?
        regards, tom lane


pgsql-hackers by date:

Previous
From: Peter Eisentraut
Date:
Subject: Re: elog() proposal
Next
From: John Gray
Date:
Subject: My "TOAST slicing" patch -explanation