Re: Gothic moth fails on Tsearch2 contrib module check (PG8.2)

From: Teodor Sigaev <teodor(at)sigaev(dot)ru>
To: Zdenek Kotala <Zdenek(dot)Kotala(at)Sun(dot)COM>
Cc: pgsql-hackers(at)postgresql(dot)org
Subject: Re: Gothic moth fails on Tsearch2 contrib module check (PG8.2)
Date: 2009-09-09 10:03:58
Message-ID: 4AA77D8E.20009@sigaev.ru
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

> ff-bg is doubled in the output and space is missing. It smells like
> compiler bug. I will look closer on it next week, but can somebody point
> me place in the code where I shall start?

Play around HLIDSKIP macros. Parser returns hyphen word with several lexemes, in
example above: 'ff-bg', 'ff', '-', 'bg'. Headline generator knows about that and
it should ignore full hyphen word and show it part by part. It seems to me,
somehow it doesn't ignore full hyphen word - and HLIDSKIP defines types of
lexemes which should be skipped.

--
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 Peter Eisentraut 2009-09-09 11:44:27 Re: RfD: more powerful "any" types
Previous Message Zdenek Kotala 2009-09-09 09:55:38 Re: Non-Solaris dtrace support is disabled in 8.4!!!?