[sqlsmith] Failed assertion in TS_phrase_execute - Mailing list pgsql-hackers

From Andreas Seltenreich
Subject [sqlsmith] Failed assertion in TS_phrase_execute
Date
Msg-id 87eg1y2s3x.fsf@credativ.de
Whole thread Raw
Responses Re: [sqlsmith] Failed assertion in TS_phrase_execute  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-hackers
Hi,

the query below triggers an assertion in TS_phrase_execute.  Testing was
done on master at dbdfd11.

regards,
Andreas

-- TRAP: FailedAssertion("!(curitem->qoperator.oper == 4)", File: "tsvector_op.c", Line: 1432)

select 'moscow' @@      ts_rewrite('moscow', 'moscow',         ts_rewrite(     tsquery_phrase('moscow','moscow'),
'moscow',    $$ 'sanct' & 'peter'$$));
 



pgsql-hackers by date:

Previous
From: Magnus Hagander
Date:
Subject: Re: Random PGDLLIMPORTing
Next
From: Robert Haas
Date:
Subject: Re: Logical decoding on standby