Thread: pgsql: Remove unnecessary pg_verifymbstr() calls from tsvector/query in

pgsql: Remove unnecessary pg_verifymbstr() calls from tsvector/query in

From
Heikki Linnakangas
Date:
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.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/f15c2eae9c2f36830fae40935bd8cdcede4b75a0

Modified Files
--------------
src/backend/utils/adt/tsquery.c  |    2 --
src/backend/utils/adt/tsvector.c |    2 --
2 files changed, 0 insertions(+), 4 deletions(-)