pgsql: Introduce filtering dictionary support to tsearch. - Mailing list pgsql-committers

From teodor@postgresql.org (Teodor Sigaev)
Subject pgsql: Introduce filtering dictionary support to tsearch.
Date
Msg-id 20090818103041.F308A75331E@cvs.postgresql.org
Whole thread Raw
List pgsql-committers
Log Message:
-----------
Introduce filtering dictionary support to tsearch.  Propagate --nolocale option
to CREATE DATABASE command in pg_regress to allow correct checking of
locale-sensitive contrib modules.

Modified Files:
--------------
    pgsql/src/backend/tsearch:
        ts_parse.c (r1.13 -> r1.14)
        (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/backend/tsearch/ts_parse.c?r1=1.13&r2=1.14)
    pgsql/src/include/tsearch:
        ts_public.h (r1.15 -> r1.16)
        (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/include/tsearch/ts_public.h?r1=1.15&r2=1.16)
    pgsql/src/test/regress:
        pg_regress.c (r1.63 -> r1.64)
        (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/test/regress/pg_regress.c?r1=1.63&r2=1.64)

pgsql-committers by date:

Previous
From: kasahara@pgfoundry.org (User Kasahara)
Date:
Subject: pgstatsinfo - pg_statsinfo: - Fix compile warning for MemSet in
Next
From: teodor@postgresql.org (Teodor Sigaev)
Date:
Subject: pgsql: New Directory