OSDN Git Service

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:32 +0000 (23:43 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Sun, 18 Jul 2010 23:43:32 +0000 (23:43 +0000)
commitcf5305f4066d827269b27f75af52dc2699d5426f
treec54dacee895414e91675d3abec695da184347486
parentfba999cb2c8aeafc113b965682bcc9f9ce081c88
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