pgsql: Remove pos comparison in silly_cmp_tsvector(): it is not a

From: teodor(at)postgresql(dot)org (Teodor Sigaev)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Remove pos comparison in silly_cmp_tsvector(): it is not a
Date: 2006-08-29 13:39:20
Message-ID: 20060829133920.650099FB232@postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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)

Browse pgsql-committers by date

  From Date Subject
Next Message Teodor Sigaev 2006-08-29 13:40:11 pgsql: Remove pos comparison in silly_cmp_tsvector(): it is not a
Previous Message Tom Lane 2006-08-29 13:38:23 Re: [COMMITTERS] pgsql: Second try committing the path changes.