[Pkg-dspam-misc] [Dspam-devel] Missing information in the UPGRADING file.

Philippe Le Brouster plb at nebkha.net
Fri Apr 2 17:41:46 UTC 2010


Hello Stevan, 

Le Friday 2 April 2010 à 15:56 +0200, Stevan Bajić a écrit:
> > I'm just doing some tests with dspam 3.9, especially an upgrade from
> > 3.6.8 and it seems that the UPGRADING file is missing something for the
> > postgresql backend: between the version 3.8 and the version 3.9, there
> > is a new postgresql function and the UPGRADING file never talk about it.
> > The function is 'lookup_tokens(integer,integer,bigint[])' in the file
> > 'src/tools.pgsql_drv/pgsql_objects.sql'. Perhaps it would be nice to
> > mention how to create this function (with the other intructions)?
> > 
> I looked now now inside the UPGRADING file and there is an information
> in the file regarding the additional PostgreSQL function. You where
> wrong that the function is new in between 3.8 and 3.9. The function
> already got introduced in 3.6.8. 

The function introduced in the version 3.6.8 is :

  lookup_tokens(integer,bigint[])

But there is a new function which takes 3 arguments in the version 3.9 :
 
  lookup_tokens(integer,integer,bigint[])


I checked this with this command :

  git diff release_3_8_0 REL_3_9_0 src/tools.pgsql_drv/pgsql_objects.sql
  (diff output attached)


Cheers,

Philippe Le Brouster.

-------------- next part --------------
A non-text attachment was scrubbed...
Name: dspam_3.8_3.9.diff
Type: text/x-diff
Size: 3577 bytes
Desc: not available
URL: <http://lists.alioth.debian.org/pipermail/pkg-dspam-misc/attachments/20100402/e770b0f2/attachment.diff>


More information about the Pkg-dspam-misc mailing list