Hi Oleg,
Thanks for the quick reply.
On Thursday 31 May 2012 09:44:05 Oleg Broytman wrote:
> 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?
Thanks, seems to solve the problem nicely. I assume this will go into the next
release for 1.3, correct?
> > 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?
Yes, but specifically /var/log/postgresql/postgresql-8.4-main.log on Debian
Squeeze.
Again, thanks for the quick reply and fix. Much appreciated.
/Tom
|