On Wed, 27 Jan 2010 10:15:56 -0700 "Nathanael D. Noblet" <[email protected]> wrote:
> Hello, > Hello Nathanael, > So a user has submitted a bug on the fedora bugzilla, one part of the > bug includes a patch that he states is needed to get dspam to work with > postgres. > That is NOT true. I mean: The patch is NOT needed for DSPAM to work with PostgreSQL. > I've checked the 3.9 sources and it seems it hasn't been > applied, but I'm not sure what it does/needs to do. Is anyone running > dspam with 3.9? > Yes. Me for example. > Also @devs do you see what this patch is meant to fix? > That patch is GOOD. It is using PQescapeByteaConn instead of the deprecated PQescapeBytea command. Using that patch is only possible for PostgreSQL >= 7.3. I am going to incoperate that patch into DSPAM GIT but make it version dependent. So if a user is using PostgreSQL < 7.3 then DSPAM would still use PQescapeBytea and for PostgreSQL >= 7.3 DSPAM would use the new PQescapeByteaConn command. Boy am I happy that we finally managed to get DSPAM into Fedora. Do you know that a lot of the latest feedback/error reports/bugs/etc regarding DSPAM are from Fedora users? That's a good thing! :) > -- > Nathanael -- Kind Regards from Switzerland, Stevan Bajić ------------------------------------------------------------------------------ The Planet: dedicated and managed hosting, cloud storage, colocation Stay online with enterprise data centers and the best network in the business Choose flexible plans and management services without long-term contracts Personal 24x7 support from experience hosting pros just a phone call away. http://p.sf.net/sfu/theplanet-com _______________________________________________ Dspam-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/dspam-user
