]> granicus.if.org Git - postgresql/commit
Add an errdetail_internal() ereport auxiliary routine.
authorTom Lane <tgl@sss.pgh.pa.us>
Sat, 16 Jul 2011 17:41:48 +0000 (13:41 -0400)
committerTom Lane <tgl@sss.pgh.pa.us>
Sat, 16 Jul 2011 18:22:32 +0000 (14:22 -0400)
commit657836741410563be35180ba34adcdae6c767ce5
tree663a823d2553b78b0084544e5e9205d7ffb57ebd
parent885604d112d5b20d94e2d5d8b352d47a6e585ceb
Add an errdetail_internal() ereport auxiliary routine.

This function supports untranslated detail messages, in the same way that
errmsg_internal supports untranslated primary messages.  We've needed this
for some time IMO, but discussion of some cases in the SSI code provided
the impetus to actually add it.

Kevin Grittner, with minor adjustments by me
doc/src/sgml/sources.sgml
src/backend/utils/error/elog.c
src/include/utils/elog.h