pgsql: Fix 'recheck' flag in tsquery's GIN tri-consistent function. - Mailing list pgsql-committers

From Heikki Linnakangas
Subject pgsql: Fix 'recheck' flag in tsquery's GIN tri-consistent function.
Date
Msg-id E1WSj12-0006Mh-Hx@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Fix 'recheck' flag in tsquery's GIN tri-consistent function.

It needs to be initialized, like in the boolean gin_tsquery_consistent
version.

Peter Geoghegan.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/86cf41ed27f6e822a99998505ecffb42f2662662

Modified Files
--------------
src/backend/utils/adt/tsginidx.c |    2 ++
1 file changed, 2 insertions(+)


pgsql-committers by date:

Previous
From: Andrew Dunstan
Date:
Subject: pgsql: Tidy up the populate/to_record{set} code for json a bit.
Next
From: Heikki Linnakangas
Date:
Subject: pgsql: Add -f/--follow option to pg_xlogdump.