]> 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:15 +0000 (14:22 -0400)
commited7ed76712263717477487d326d3e86cfb0ad31c
tree1106aa7330d11abc2855a6f0ca763857c26974bb
parent0886dde5f83611d1d84a29cb3c4549bf6588668e
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