Found another small glitch in tsearch API: the two versions of ts_lexize()

Tom Lane <tgl@sss.pgh.pa.us>

Commit: 638bd34f899fbcbb6571458be8e8e09d82c70020
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2007-10-19T22:01:45Z
Releases: 8.3.0
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.

Files