aboutsummaryrefslogtreecommitdiff
path: root/src/backend/commands/explain.c
diff options
context:
space:
mode:
authorTom Lane <tgl@sss.pgh.pa.us>2007-05-04 02:01:02 +0000
committerTom Lane <tgl@sss.pgh.pa.us>2007-05-04 02:01:02 +0000
commit79ca7ffeb6a43c1f2af80ead6a2dffd120594cf9 (patch)
tree7e2fbab1423be74544c0bfaafd1d496541512191 /src/backend/commands/explain.c
parentd26559dbf356736923b26704ce76ca820ff3a2b0 (diff)
downloadpostgresql-79ca7ffeb6a43c1f2af80ead6a2dffd120594cf9.tar.gz
postgresql-79ca7ffeb6a43c1f2af80ead6a2dffd120594cf9.zip
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.
Diffstat (limited to 'src/backend/commands/explain.c')
0 files changed, 0 insertions, 0 deletions