Re: What is happening on buildfarm member dugong - Mailing list pgsql-hackers

From Teodor Sigaev
Subject Re: What is happening on buildfarm member dugong
Date
Msg-id 46E6C49D.4060403@sigaev.ru
Whole thread Raw
In response to Re: What is happening on buildfarm member dugong  (Tom Lane <tgl@sss.pgh.pa.us>)
Responses Re: What is happening on buildfarm member dugong
Re: What is happening on buildfarm member dugong
List pgsql-hackers
It seems to me last run 
(http://pgbuildfarm.org/cgi-bin/show_log.pl?nm=dugong&dt=2007-09-11%2016:05:01) 
points to problem with hash implementation.


*** ./expected/tsdicts.out    Tue Sep 11 20:05:23 2007
--- ./results/tsdicts.out    Tue Sep 11 20:18:38 2007
***************
*** 301,306 ****
--- 301,307 ----      lword, lpart_hword, lhword      WITH synonym, thesaurus, english_stem;  SELECT
to_tsvector('thesaurus_tst','one postgres one two one two three one');
 
+ NOTICE:  thesaurus word-sample "the" is recognized as stop-word, assign any 
stop-word (rule 8)

At this place of tsdicts test dictionary thesaurus should be already loaded and 
initialized, but this NOTICE points that thesaurus was initialized here.

>> ERROR:  too many active hash_seq_search scans

-- 
Teodor Sigaev                                   E-mail: teodor@sigaev.ru
  WWW: http://www.sigaev.ru/
 


pgsql-hackers by date:

Previous
From: Peter Eisentraut
Date:
Subject: Re: Per-function search_path => per-function GUC settings
Next
From: Tom Lane
Date:
Subject: Re: What is happening on buildfarm member dugong