[Bug 440234] PostgreSQL 8.1 and above shows a lot of warnings "nonstandard use of \\ in a string literal at character ..." when using bayes

bugzilla at redhat.com bugzilla at redhat.com
Wed May 14 16:06:44 UTC 2008


Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug report.

Summary: PostgreSQL 8.1 and above shows a lot of warnings "nonstandard use of \\ in a string literal at character ..." when using bayes


https://bugzilla.redhat.com/show_bug.cgi?id=440234


tometzky at batory.org.pl changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Version|7                           |8




------- Additional Comments From tometzky at batory.org.pl  2008-05-14 12:06 EST -------
Retested on F8, spamassassin-3.2.4-1.fc8.

There was a bug in reproduce procedure, corrected below:

  initdb /tmp/pgdata
  postgres -p 65432 -D /tmp/pgdata/ &
  createdb -p 65432 spamd
  createlang -p 65432 plpgsql spamd
  wget \
'http://cvs.apache.org/viewvc/spamassassin/branches/3.2/sql/bayes_pg.sql?view=co'\
   --output-document=/tmp/bayes_pg.sql
  # This file is not packaged, which is another bug
  psql -p 65432 spamd < /tmp/bayes_pg.sql
  echo "bayes_store_module Mail::SpamAssassin::BayesStore::PgSQL" \
    > /tmp/user_prefs
  echo "bayes_sql_dsn DBI:Pg:dbname=spamd port=65432" >> /tmp/user_prefs
  sa-learn -p /tmp/user_prefs --spam \
    /usr/share/doc/spamassassin-3.2.*/sample-spam.txt


-- 
Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.




More information about the fedora-triage-list mailing list