Re: No Callbacks on FATAL - Mailing list pgsql-hackers

From Tom Lane
Subject Re: No Callbacks on FATAL
Date
Msg-id 769879.1673478633@sss.pgh.pa.us
Whole thread Raw
In response to No Callbacks on FATAL  (Ed Behn <ed@behn.us>)
Responses Re: No Callbacks on FATAL
List pgsql-hackers
Ed Behn <ed@behn.us> writes:
> I'm using a callback function that is called when a memory context is
> deleted to remove a temporary file. This works fine when the transaction
> ends normally or raises an ERROR. However, when a FATAL event happens, the
> callback is not run. Is this a bug or intended behaviour?

It's intended behavior, and I seriously doubt that it ever worked
differently.

> It seems to me that callbacks should be run in the event of a FATAL event
> in order to clean up any lingering issues.

They'd be far more likely to cause issues than cure them.  Or at least
that's the design assumption.  If you really need something here, put
it in an on_proc_exit callback not a memory context callback.

            regards, tom lane



pgsql-hackers by date:

Previous
From: Andres Freund
Date:
Subject: Re: How to generate the new expected out file.
Next
From: Peter Geoghegan
Date:
Subject: Re: Show various offset arrays for heap WAL records