]> granicus.if.org Git - postgresql/commit
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)
commit638bd34f899fbcbb6571458be8e8e09d82c70020
tree3abfc4474c26bda592a8e5bc82a7438d6b13afc3
parentba6b0bfd6356400d0f8b08c684b09a9a8fafe259
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