on_exit_reset fails to clear DSM-related exit actions - Mailing list pgsql-hackers

From Tom Lane
Subject on_exit_reset fails to clear DSM-related exit actions
Date
Msg-id 14897.1394204687@sss.pgh.pa.us
Whole thread Raw
Responses Re: on_exit_reset fails to clear DSM-related exit actions
List pgsql-hackers
I just noticed that the DSM patch has introduced a whole new class of
failures related to the bug #9464 issue: to wit, any on_detach
actions registered in a parent process will also be performed when a
child process exits, because nothing has been added to on_exit_reset
to prevent that.  It seems likely that this is undesirable.
        regards, tom lane



pgsql-hackers by date:

Previous
From: Florian Weimer
Date:
Subject: Re: atexit_callback can be a net negative
Next
From: Andres Freund
Date:
Subject: Re: atexit_callback can be a net negative