]> granicus.if.org Git - postgresql/commit
Don't convert debug/notice/warning messages into errors just because
authorTom Lane <tgl@sss.pgh.pa.us>
Thu, 20 Oct 2005 01:31:50 +0000 (01:31 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Thu, 20 Oct 2005 01:31:50 +0000 (01:31 +0000)
commit52e98f84154fb288791214043dfddbc1ef8dd2c9
treef9cb576cbaf24cb23ce6e19ec13f1c2485d3f3b6
parenta4baf229a4298bf478c23ca74685f8703dfd3517
Don't convert debug/notice/warning messages into errors just because
they occur inside error processing.  This is a back-port of a logic
change already present in 8.0.  Partial fix for bug#1976 --- doesn't
cure the wrong-encoding problem, but at least stops it from causing
unintended ERRORs.
src/backend/utils/error/elog.c