]> granicus.if.org Git - postgresql/commit
Create a selectivity estimation function for the text search @@ operator.
authorTom Lane <tgl@sss.pgh.pa.us>
Fri, 19 Sep 2008 19:03:41 +0000 (19:03 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Fri, 19 Sep 2008 19:03:41 +0000 (19:03 +0000)
commit4e57668da475f47242d8552df371a3dbef5205f8
treee57955d9d4e771ce6a2412651e98a060044d9d37
parente2b7d0c65c611ae3044eb3a49ada71aa22cbca80
Create a selectivity estimation function for the text search @@ operator.

Jan Urbanski
doc/src/sgml/catalogs.sgml
src/backend/tsearch/Makefile
src/backend/tsearch/ts_selfuncs.c [new file with mode: 0644]
src/backend/tsearch/ts_typanalyze.c
src/include/catalog/catversion.h
src/include/catalog/pg_operator.h
src/include/catalog/pg_proc.h
src/include/catalog/pg_statistic.h
src/include/tsearch/ts_type.h