Fix shared tsvector/tsquery input code so that we don't say "syntax error in

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

Commit: 1ea47dd8cbcb485a06676f12a36244270e18e192
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2007-10-21T22:29:56Z
Releases: 8.3.0
Fix shared tsvector/tsquery input code so that we don't say "syntax error in
tsvector" when we are really parsing a tsquery.  Report the bogus input,
too.  Make styles of some related error messages more consistent.

Files