Re: pgsql: Phrase full text search.

From: Teodor Sigaev <teodor(at)sigaev(dot)ru>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: pgsql-committers(at)postgresql(dot)org
Subject: Re: pgsql: Phrase full text search.
Date: 2016-04-08 15:13:53
Message-ID: 5707CAB1.7010801@sigaev.ru
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(at)sigaev(dot)ru
WWW: http://www.sigaev.ru/

In response to

Browse pgsql-committers by date

  From Date Subject
Next Message Robert Haas 2016-04-08 15:22:41 pgsql: Add a 'parallel_degree' reloption.
Previous Message Robert Haas 2016-04-08 14:53:42 Re: pgsql: Use quicksort, not replacement selection, for external sorting.