Stephan Szabo <sszabo@megazone.bigpanda.com> writes:
> On Fri, 22 Aug 2003, Tom Lane wrote:
>> I'd go so far as to make it a critical section --- that ensures that any
>> ERROR will be turned to FATAL, even if it's in a subroutine you call.
> I didn't know we could do that, could be handy, although the comments
> imply that it turns into PANIC which would force a complete restart.
Right, my imprecision, it actually goes to PANIC.
> Then again, it's better than a corrupted database.
Exactly.
regards, tom lane