Remove unnecessary pg_verifymbstr() calls from tsvector/query in functions.
Heikki Linnakangas <heikki.linnakangas@iki.fi>
Remove unnecessary pg_verifymbstr() calls from tsvector/query in functions. The input should've been validated well before it hits the input function. Doing so again is a waste of cycles.
Files
| Path | Change | +/− |
|---|---|---|
| src/backend/utils/adt/tsquery.c | modified | +0 −2 |
| src/backend/utils/adt/tsvector.c | modified | +0 −2 |