Re: BUG #15861: jsonb exists query retuning inconsistent results - Mailing list pgsql-bugs

From Sergei Kornilov
Subject Re: BUG #15861: jsonb exists query retuning inconsistent results
Date
Msg-id 21458451561038828@iva6-628714d786b2.qloud-c.yandex.net
Whole thread Raw
In response to BUG #15861: jsonb exists query retuning inconsistent results  (PG Bug reporting form <noreply@postgresql.org>)
List pgsql-bugs
Hi

gin_fuzzy_search_limit is just PGC_USERSET setting. You can change it anytime with SET command, for example for
concretetransaction:
 

begin;
set local gin_fuzzy_search_limit to 0; -- zero is default value
/* some queries */
commit;

regards, Sergei



pgsql-bugs by date:

Previous
From: RJ Ewing
Date:
Subject: Re: BUG #15861: jsonb exists query retuning inconsistentresults
Next
From: PG Bug reporting form
Date:
Subject: BUG #15862: İnsert duration seems too long