OSDN Git Service

After elog(PANIC), exit with abort() not proc_exit(). This allows a
authorTom Lane <tgl@sss.pgh.pa.us>
Fri, 1 Nov 2002 17:55:23 +0000 (17:55 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Fri, 1 Nov 2002 17:55:23 +0000 (17:55 +0000)
commit0d97eb6ac85b7239ad255a4794faca6488bd3a80
tree4db0deb49cac987cbf2e9baa7351050f4cd75c77
parent8631924e516e749bd6d9a5854830fdcc141404e5
After elog(PANIC), exit with abort() not proc_exit().  This allows a
core file to be produced for debugging, and avoids trying to run the
normal proc-exit cleanup hooks, which are likely to cause additional
problems if the system is hosed.
src/backend/utils/error/elog.c