pgsql: Fix compare bug for tsvector: problem was in aligment.

From: teodor(at)postgresql(dot)org (Teodor Sigaev)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Fix compare bug for tsvector: problem was in aligment.
Date: 2006-08-24 17:38:00
Message-ID: 20060824173800.57F8E9FA6B2@postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
Fix compare bug for tsvector: problem was in aligment. Per Stefan Kaltenbrunner <stefan(at)kaltenbrunner(dot)cc> and Phil Frost <indigo(at)bitglue(dot)com>

Tags:
----
REL8_1_STABLE

Modified Files:
--------------
pgsql/contrib/tsearch2:
tsvector.c (r1.15.2.2 -> r1.15.2.3)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/contrib/tsearch2/tsvector.c.diff?r1=1.15.2.2&r2=1.15.2.3)

Browse pgsql-committers by date

  From Date Subject
Next Message User H-saito 2006-08-24 23:01:36 psqlodbc - psqlodbc: Fixed dllname of win32 ANSI: psqlodbca Unicode:
Previous Message Teodor Sigaev 2006-08-24 17:37:34 pgsql: Fix compare bug for tsvector: problem was in aligment.