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.
Showing
Please register or sign in to comment
The input should've been validated well before it hits the input function. Doing so again is a waste of cycles.