From: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
---|---|
To: | pgsql-committers(at)postgresql(dot)org |
Subject: | pgsql: Add an errdetail_internal() ereport auxiliary routine. |
Date: | 2011-07-16 18:23:38 |
Message-ID: | E1Qi9Wc-0005w7-Qk@gemulon.postgresql.org |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-committers |
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
Branch
------
REL9_1_STABLE
Details
-------
http://git.postgresql.org/pg/commitdiff/657836741410563be35180ba34adcdae6c767ce5
Modified Files
--------------
doc/src/sgml/sources.sgml | 25 ++++++++++++++++++-------
src/backend/utils/error/elog.c | 27 +++++++++++++++++++++++++++
src/include/utils/elog.h | 6 ++++++
3 files changed, 51 insertions(+), 7 deletions(-)
From | Date | Subject | |
---|---|---|---|
Next Message | Tom Lane | 2011-07-16 20:47:09 | pgsql: Improve make_subplanTargetList to avoid including Vars unnecessa |
Previous Message | Magnus Hagander | 2011-07-16 18:04:02 | pgsql: Fix SSPI login when multiple roundtrips are required |