CVSROOT: /cvsroot
Module name: pgsql-server
Changes by: [email protected] 02/11/01 12:55:23
Modified files:
src/backend/utils/error: elog.c
Log message:
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.