Re: tsvector/tsearch equality and/or portability issue - Mailing list pgsql-hackers

From Tom Lane
Subject Re: tsvector/tsearch equality and/or portability issue
Date
Msg-id 8212.1156444484@sss.pgh.pa.us
Whole thread Raw
In response to Re: tsvector/tsearch equality and/or portability issue  (Teodor Sigaev <teodor@sigaev.ru>)
Responses Re: tsvector/tsearch equality and/or portability issue
List pgsql-hackers
Teodor Sigaev <teodor@sigaev.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


pgsql-hackers by date:

Previous
From: David Fetter
Date:
Subject: Re: PL/Perl: spi_prepare() and RETURNING
Next
From: Tom Lane
Date:
Subject: Re: tsvector/tsearch equality and/or portability issue