postgresql/src/backend/tsearch
Tom Lane 2e0e409e3c Further cleanup of ts_headline code.
Suppress a probably-meaningless uninitialized-variable warning
(induced by my previous patch, I'm sorry to say).

Improve mark_hl_fragments()'s test for overlapping cover strings:
it failed to consider the possibility that the current string is
strictly within another one.  That's unlikely given the preceding
splitting into MaxWords fragments, but I don't think it's impossible.

Discussion: https://postgr.es/m/16345-2e0cf5cddbdcd3b4@postgresql.org
2020-04-09 15:38:43 -04:00
..
dicts Update copyright for 2019 2019-01-02 12:44:25 -05:00
Makefile Update copyrights for 2020 2020-01-01 12:21:45 -05:00
dict.c Introduce macros for typalign and typstorage constants. 2020-03-04 10:34:25 -05:00
dict_ispell.c Update copyrights for 2020 2020-01-01 12:21:45 -05:00
dict_simple.c Update copyrights for 2020 2020-01-01 12:21:45 -05:00
dict_synonym.c Update copyrights for 2020 2020-01-01 12:21:45 -05:00
dict_thesaurus.c Clean up newlines following left parentheses 2020-01-30 13:42:14 -03:00
regis.c Update copyrights for 2020 2020-01-01 12:21:45 -05:00
spell.c Update copyrights for 2020 2020-01-01 12:21:45 -05:00
to_tsany.c Clean up newlines following left parentheses 2020-01-30 13:42:14 -03:00
ts_locale.c Update copyrights for 2020 2020-01-01 12:21:45 -05:00
ts_parse.c Clean up newlines following left parentheses 2020-01-30 13:42:14 -03:00
ts_selfuncs.c Update copyrights for 2020 2020-01-01 12:21:45 -05:00
ts_typanalyze.c Move src/backend/utils/hash/hashfn.c to src/common 2020-02-27 09:25:41 +05:30
ts_utils.c Update copyrights for 2020 2020-01-01 12:21:45 -05:00
wparser.c Remove useless pfree()s at the ends of various ValuePerCall SRFs. 2020-03-16 21:36:53 -04:00
wparser_def.c Further cleanup of ts_headline code. 2020-04-09 15:38:43 -04:00