postgresql/src/backend/utils/error
Tom Lane 0d97eb6ac8 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.
2002-11-01 17:55:23 +00:00
..
assert.c pgindent run. 2002-09-04 20:31:48 +00:00
elog.c After elog(PANIC), exit with abort() not proc_exit(). This allows a 2002-11-01 17:55:23 +00:00
Makefile This patch removes a lot of unused code related to assertions and 2002-08-10 20:29:18 +00:00