mirror of
https://github.com/postgres/postgres.git
synced 2025-11-10 17:42:29 +03:00
copies?) to ensure they really don't run proc_exit/shmem_exit callbacks, as was intended. I broke this behavior recently by installing atexit callbacks without thinking about the one case where we truly don't want to run those callback functions. Noted in an example from Dave Page.