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:32
Message-ID: 20100718234332.32AA87541D5@cvs.postgresql.org
Views: Whole Thread | Raw Message | 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.

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

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2010-07-18 23:43:37 pgsql: Remove unnecessary "Not safe to send CSV data" complaint from
Previous Message Tom Lane 2010-07-18 19:37:57 pgsql: Allow ORDER BY/GROUP BY/etc items to match targetlist items