Add a new ereport auxiliary function errdetail_log(), which works the same as
authorTom Lane <tgl@sss.pgh.pa.us>
Mon, 24 Mar 2008 18:08:47 +0000 (18:08 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Mon, 24 Mar 2008 18:08:47 +0000 (18:08 +0000)
commit8e369d7756085b34f3baaa2a86ab5a0c1d1dfbd4
treeaa1e994aaa893c9dcd74e2819f6b03529dd3a717
parentd6c4724992e303cdaf608aff31060f7ee458efbf
Add a new ereport auxiliary function errdetail_log(), which works the same as
errdetail except the string goes only to the server log, replacing the normal
errdetail there.  This provides a reasonably clean way of dealing with error
details that are too security-sensitive or too bulky to send to the client.

This commit just adds the infrastructure --- actual uses to follow.
doc/src/sgml/sources.sgml
src/backend/nls.mk
src/backend/port/ipc_test.c
src/backend/utils/error/elog.c
src/include/utils/elog.h