Re: What is happening on buildfarm member dugong

From: Teodor Sigaev <teodor(at)sigaev(dot)ru>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: "Sergey E(dot) Koposov" <math(at)sai(dot)msu(dot)ru>, pgsql-hackers(at)postgreSQL(dot)org
Subject: Re: What is happening on buildfarm member dugong
Date: 2007-09-11 16:38:53
Message-ID: 46E6C49D.4060403@sigaev.ru
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(at)sigaev(dot)ru
WWW: http://www.sigaev.ru/

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2007-09-11 16:57:31 Re: What is happening on buildfarm member dugong
Previous Message Peter Eisentraut 2007-09-11 16:22:34 Re: Per-function search_path => per-function GUC settings