Re: tsvector/tsearch equality and/or portability issue

From: Teodor Sigaev <teodor(at)sigaev(dot)ru>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: Stefan Kaltenbrunner <stefan(at)kaltenbrunner(dot)cc>, PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: tsvector/tsearch equality and/or portability issue
Date: 2006-08-25 09:13:13
Message-ID: 44EEBF29.5020805@sigaev.ru
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Oops. Fixed.

Tom Lane wrote:
> Teodor Sigaev <teodor(at)sigaev(dot)ru> writes:
>> Fixed in 8.1 and HEAD. Thank you
>
> This appears to have created a regression test failure:
>
> *** ./expected/tsearch2.out Sun Jun 18 12:55:28 2006
> --- ./results/tsearch2.out Thu Aug 24 14:30:02 2006
> ***************
> *** 2496,2503 ****
> f |
> f | '345':1 'qwerti':2 'copyright':3
> f | 'qq':7 'bar':2,8 'foo':1,3,6 'copyright':9
> - f | 'a':1A,2,3C 'b':5A,6B,7C,8B
> f | 'a':1A,2,3B 'b':5A,6A,7C,8
> f | '7w' 'ch' 'd7' 'eo' 'gw' 'i4' 'lq' 'o6' 'qt' 'y0'
> f | 'ar' 'ei' 'kq' 'ma' 'qa' 'qh' 'qq' 'qz' 'rx' 'st'
> f | 'gs' 'i6' 'i9' 'j2' 'l0' 'oq' 'qx' 'sc' 'xe' 'yu'
> --- 2496,2503 ----
> f |
> f | '345':1 'qwerti':2 'copyright':3
> f | 'qq':7 'bar':2,8 'foo':1,3,6 'copyright':9
> f | 'a':1A,2,3B 'b':5A,6A,7C,8
> + f | 'a':1A,2,3C 'b':5A,6B,7C,8B
> f | '7w' 'ch' 'd7' 'eo' 'gw' 'i4' 'lq' 'o6' 'qt' 'y0'
> f | 'ar' 'ei' 'kq' 'ma' 'qa' 'qh' 'qq' 'qz' 'rx' 'st'
> f | 'gs' 'i6' 'i9' 'j2' 'l0' 'oq' 'qx' 'sc' 'xe' 'yu'
>
> ======================================================================
>
>
> regards, tom lane
>
> ---------------------------(end of broadcast)---------------------------
> TIP 2: Don't 'kill -9' the postmaster

--
Teodor Sigaev E-mail: teodor(at)sigaev(dot)ru
WWW: http://www.sigaev.ru/

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Markus Schiltknecht 2006-08-25 09:23:33 Re: Replication
Previous Message Gregory Stark 2006-08-25 09:05:52 Re: Tricky bugs in concurrent index build