pgsql: Remove pos comparison in silly_cmp_tsvector(): it is not a - Mailing list pgsql-committers

From teodor@postgresql.org (Teodor Sigaev)
Subject pgsql: Remove pos comparison in silly_cmp_tsvector(): it is not a
Date
Msg-id 20060829133920.650099FB232@postgresql.org
Whole thread Raw
List pgsql-committers
Log Message:
-----------
Remove pos comparison in silly_cmp_tsvector(): it is not a semantically significant

Modified Files:
--------------
    pgsql/contrib/tsearch2:
        tsvector.c (r1.22 -> r1.23)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/contrib/tsearch2/tsvector.c.diff?r1=1.22&r2=1.23)

pgsql-committers by date:

Previous
From: teodor@postgresql.org (Teodor Sigaev)
Date:
Subject: pgsql: Fix incorrect length of lexemes in silly_cmp_tsvector()
Next
From: teodor@postgresql.org (Teodor Sigaev)
Date:
Subject: pgsql: Remove pos comparison in silly_cmp_tsvector(): it is not a