pgsql: Add some rudimentary tracing code to the default text search - Mailing list pgsql-committers

From [email protected] (Tom Lane)
Subject pgsql: Add some rudimentary tracing code to the default text search
Date
Msg-id [email protected]
Whole thread Raw
List pgsql-committers
Log Message:
-----------
Add some rudimentary tracing code to the default text search parser, to help
in debugging its state-machine rules.  Const-ify all the constant tables.
Minor other code cleanup, including using "token" rather than "lexeme" to
describe the output strings.

Modified Files:
--------------
    pgsql/src/backend/tsearch:
        wparser_def.c (r1.5 -> r1.6)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/tsearch/wparser_def.c?r1=1.5&r2=1.6)

pgsql-committers by date:

Previous
From: [email protected] (Tom Lane)
Date:
Subject: pgsql: Rename default text search parser's "uri" token type to
Next
From: [email protected] (Tom Lane)
Date:
Subject: pgsql: Change text search parsing rules for hyphenated words so that