postgresql/src/backend/utils/error
Tom Lane 79ca7ffeb6 A few fixups in error handling: mark pg_re_throw() as noreturn for gcc,
and for other compilers, insert a dummy exit() call so that they understand
PG_RE_THROW() doesn't return.  Insert fflush(stderr) in ExceptionalCondition,
per recent buildfarm evidence that that might not happen automatically on some
platforms.  And const-ify ExceptionalCondition's declaration while at it.
2007-05-04 02:01:02 +00:00
..
assert.c A few fixups in error handling: mark pg_re_throw() as noreturn for gcc, 2007-05-04 02:01:02 +00:00
elog.c A few fixups in error handling: mark pg_re_throw() as noreturn for gcc, 2007-05-04 02:01:02 +00:00
Makefile Remove remains of old depend target. 2007-01-20 17:16:17 +00:00