Add some rudimentary tracing code to the default text search parser, to help

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

Commit: 1aaf39bd20122984bafa30bf4ec8ba357b59e955
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2007-10-27T17:53:15Z
Releases: 8.3.0
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.

Files

PathChange+/−
src/backend/tsearch/wparser_def.c modified +272 −224