Found another small glitch in tsearch API: the two versions of ts_lexize()
authorTom Lane <tgl@sss.pgh.pa.us>
Fri, 19 Oct 2007 22:01:45 +0000 (22:01 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Fri, 19 Oct 2007 22:01:45 +0000 (22:01 +0000)
commitab46ae15a6e85707dc576326467e2f9cd8c75abd
tree75bd58dcb3c0570b149b5047113dbce9cf7c43de
parent44e3346ae76fd71c631d77eed693b5aaca79e007
Found another small glitch in tsearch API: the two versions of ts_lexize()
are really redundant, since we invented a regdictionary alias type.
We can have just one function, declared as taking regdictionary, and
it will handle both behaviors.  Noted while working on documentation.
src/backend/tsearch/dict.c
src/include/catalog/catversion.h
src/include/catalog/pg_proc.h
src/include/tsearch/ts_utils.h