postgresql/src/include/tsearch
Tom Lane 7351b5fa17 Cleanup for some problems in tsearch patch:
- ispell initialization crashed on empty dictionary file
- ispell initialization crashed on affix file with prefixes but no suffixes
- stop words file was run through pg_verify_mbstr, with database
  encoding, but it's supposed to be UTF-8; similar bug for synonym files
- bunch of comments added, typos fixed, and other cleanup

Introduced consistent encoding checking/conversion of data read from tsearch
configuration files, by doing this in a single t_readline() subroutine
(replacing direct usages of fgets).  Cleaned up API for readstopwords too.

Heikki Linnakangas
2007-08-25 00:03:59 +00:00
..
dicts Cleanup for some problems in tsearch patch: 2007-08-25 00:03:59 +00:00
ts_cache.h Tsearch2 functionality migrates to core. The bulk of this work is by 2007-08-21 01:11:32 +00:00
ts_locale.h Cleanup for some problems in tsearch patch: 2007-08-25 00:03:59 +00:00
ts_public.h Cleanup for some problems in tsearch patch: 2007-08-25 00:03:59 +00:00
ts_type.h Tsearch2 functionality migrates to core. The bulk of this work is by 2007-08-21 01:11:32 +00:00
ts_utils.h Cleanup for some problems in tsearch patch: 2007-08-25 00:03:59 +00:00