]> granicus.if.org Git - postgresql/commit
Remove unnecessary "Not safe to send CSV data" complaint from elog.c's fallback
authorTom Lane <tgl@sss.pgh.pa.us>
Sun, 18 Jul 2010 23:43:37 +0000 (23:43 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Sun, 18 Jul 2010 23:43:37 +0000 (23:43 +0000)
commitee9324b68052af3d8fee3774c8d8a4ada5f2e8d2
tree5b317210df337b10b017db260e980d4c12fe54cd
parente6dff0a14b495ed3f17d8b66bedf06d7c2e66336
Remove unnecessary "Not safe to send CSV data" complaint from elog.c's fallback
path when CSV logging is configured but not yet operational.  It's sufficient
to send the message to stderr, as we were already doing, and the "Not safe"
gripe has already confused at least two core members ...

Backpatch to 9.0, but not further --- doesn't seem appropriate to change
this behavior in stable branches.
src/backend/utils/error/elog.c