http://issues.apache.org/SpamAssassin/show_bug.cgi?id=5730
Summary: PostgreSQL 8.1 and above shows a lot of warnings
"nonstandard use of \\ in a string literal at character
..." when using bayes
Product: Spamassassin
Version: 3.2.3
Platform: All
OS/Version: All
Status: NEW
Severity: minor
Priority: P5
Component: spamassassin
AssignedTo: [email protected]
ReportedBy: [EMAIL PROTECTED]
When using bayes storage using Mail::SpamAssassin::BayesStore::PgSQL module then
a Postgres server logs a lot of warnings:
WARNING: nonstandard use of \\ in a string literal at character (...)
HINT: Use the escape string syntax for backslashes, e.g., E'\\'.
I'll attach a patch that does just that - uses E'\\' syntax if database version
is at least 8.1.0.
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.