Introduce filtering dictionary support to tsearch. Propagate --nolocale option
Teodor Sigaev <teodor@sigaev.ru>
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.
Files
| Path | Change | +/− |
|---|---|---|
| src/backend/tsearch/ts_parse.c | modified | +12 −4 |
| src/include/tsearch/ts_public.h | modified | +2 −1 |
| src/test/regress/pg_regress.c | modified | +5 −3 |