Re: BUG #16865: Regression: GIN Negated prefix search returns results that contain the search term

Tom Lane <tgl@sss.pgh.pa.us>

From: Tom Lane <tgl@sss.pgh.pa.us>
To: Dimitri Nüscheler <dimitri.nuescheler@gmail.com>
Cc: pgsql-bugs@lists.postgresql.org, Pavel Borisov <pashkin.elfe@gmail.com>
Date: 2021-02-16T17:08:07Z
Lists: pgsql-bugs
=?UTF-8?Q?Dimitri_N=C3=BCscheler?= <dimitri.nuescheler@gmail.com> writes:
> Wow, this is going fast. I applied the second patch and it fixes my
> original test case on my private data.

Pushed, thanks for testing!

			regards, tom lane



Commits

  1. Convert tsginidx.c's GIN indexing logic to fully ternary operation.

  2. Rename configure.in to configure.ac