pgsql: Remove unnecessary "Not safe to send CSV data" complaint from - Mailing list pgsql-committers

From tgl@postgresql.org (Tom Lane)
Subject pgsql: Remove unnecessary "Not safe to send CSV data" complaint from
Date
Msg-id 20100718234337.565857541D5@cvs.postgresql.org
Whole thread Raw
List 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)

pgsql-committers by date:

Previous
From: tgl@postgresql.org (Tom Lane)
Date:
Subject: pgsql: Remove unnecessary "Not safe to send CSV data" complaint from
Next
From: fxjr@pgfoundry.org (User Fxjr)
Date:
Subject: npgsql - Npgsql2: Added UInt16 type mapping.