Re: pgsql: Phrase full text search. - Mailing list pgsql-committers

From Teodor Sigaev
Subject Re: pgsql: Phrase full text search.
Date
Msg-id 5707CAB1.7010801@sigaev.ru
Whole thread Raw
In response to Re: pgsql: Phrase full text search.  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-committers
> Assuming that I'm right, you need to revert OP_AND/OP_OR/OP_NOT to what
> they were before, which means you need to give up on the assumption that
> the numerical values of the OP_xxx constants correspond directly to their
> syntactic priority.  But that assumption was never going to survive the
> next tsquery expansion anyway.  I'd suggest a static const array mapping
> the OP values into their syntactic priorities.

Oh, I see. Will fix.

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


pgsql-committers by date:

Previous
From: Robert Haas
Date:
Subject: Re: pgsql: Use quicksort, not replacement selection, for external sorting.
Next
From: Robert Haas
Date:
Subject: pgsql: Add a 'parallel_degree' reloption.