pgsql: Remove unnecessary "Not safe to send CSV data" complaint from

From: tgl(at)postgresql(dot)org (Tom Lane)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Remove unnecessary "Not safe to send CSV data" complaint from
Date: 2010-07-18 23:43:37
Message-ID: 20100718234337.565857541D5@cvs.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
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.

Tags:
----
REL9_0_STABLE

Modified Files:
--------------
pgsql/src/backend/utils/error:
elog.c (r1.224 -> r1.224.2.1)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/backend/utils/error/elog.c?r1=1.224&r2=1.224.2.1)

Browse pgsql-committers by date

  From Date Subject
Next Message User Fxjr 2010-07-18 23:51:50 npgsql - Npgsql2: Added UInt16 type mapping.
Previous Message Tom Lane 2010-07-18 23:43:32 pgsql: Remove unnecessary "Not safe to send CSV data" complaint from