"Not safe to send CSV data" message - Mailing list pgsql-hackers

From Tom Lane
Subject "Not safe to send CSV data" message
Date
Msg-id 1217.1258593541@sss.pgh.pa.us
Whole thread Raw
Responses Re: "Not safe to send CSV data" message
List pgsql-hackers
So I went to investigate bug #5196: turned on log_destination = csvlog
etc, and restarted the postmaster.  I got this on stderr:

2009-11-18 20:08:52.104 EST : : LOG:  loaded library "passwordcheck"
Not safe to send CSV data

The first line is a consequence of having still got
shared_preload_libraries set from testing the new contrib/passwordcheck
module.  However, what I'm on the warpath about right now is the second
line.  That message is useless, not to mention not conformant to our
style guidelines.  And the fact that it comes out at all suggests that
the csvlog startup logic is rather broken.  Comments?
        regards, tom lane


pgsql-hackers by date:

Previous
From: KaiGai Kohei
Date:
Subject: Re: TRIGGER with WHEN clause
Next
From: James Pye
Date:
Subject: Re: Python 3.1 support