Re: [COMMITTERS] pgsql: Temporarily modify tsearch regression tests to suppress notice - Mailing list pgsql-hackers

From Bruce Momjian
Subject Re: [COMMITTERS] pgsql: Temporarily modify tsearch regression tests to suppress notice
Date
Msg-id 200709270555.l8R5tnH03017@momjian.us
Whole thread Raw
In response to Re: [COMMITTERS] pgsql: Temporarily modify tsearch regression tests to suppress notice  (Tom Lane <tgl@sss.pgh.pa.us>)
Responses Re: [COMMITTERS] pgsql: Temporarily modify tsearch regression tests to suppress notice
List pgsql-hackers
Tom Lane wrote:
> Bruce Momjian <bruce@momjian.us> writes:
> > I just talked to Teodor and we discussed this problem.  My idea is to
> > have a special marker in the synonym table, perhaps "*" to indicate the
> > presence of _any_ stop word at that location.  This will not produce any
> > warnings because it is clearly intentional.
> 
> That's not fixing the problem, unless your proposal includes never
> issuing any warnings at all, for anything.

No warning for "*" because it is intentional, but warning for actual
stop words.

--  Bruce Momjian  <bruce@momjian.us>        http://momjian.us EnterpriseDB
http://postgres.enterprisedb.com
 + If your life is a hard drive, Christ can be your backup. +


pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: [COMMITTERS] pgsql: Temporarily modify tsearch regression tests to suppress notice
Next
From: Heikki Linnakangas
Date:
Subject: Re: [FEATURE REQUEST] Streaming Onlinebackup (MaybeOFFTOPIC)