Hello!
On Thu, May 31, 2012 at 08:08:42AM +0200, Tom Coetser <su...@ic...> wrote:
> I am getting a warning in the Postgres log for every time a PickleCol is
> written to the database. Since my app uses a pickled col extensively in one of
> the more frequently used tables, the Postgres logs are filled with these
> warnings:
>
> ----------------------
> WARNING: nonstandard use of \\ in a string literal at character 50
> HINT: Use the escape string syntax for backslashes, e.g., E'\\'.
> ----------------------
Thank you for an example of a good bug report! An error message and a
short test case - exactly what I need.
Can you apply and test the attached patch?
> Any help on how to solve this so I can get my log files cleaned up, in order
> to debug another connection problem, would be greatly appreciated.
What log files? /var/log/postgresql/*.log?
Oleg.
--
Oleg Broytman http://phdru.name/ ph...@ph...
Programmers don't die, they just GOSUB without RETURN.
|