• Tom Lane's avatar
    Change text search parsing rules for hyphenated words so that digit strings · 73e6f9d3
    Tom Lane authored
    containing decimal points aren't considered part of a hyphenated word.
    Sync the hyphenated-word lookahead states with the subsequent part-by-part
    reparsing states so that we don't get different answers about how much text
    is part of the hyphenated word.  Per my gripe of a few days ago.
    73e6f9d3
wparser_def.c 50.8 KB