Fix oversight in tsearch type check
Teodor Sigaev <teodor@sigaev.ru>
Fix oversight in tsearch type check Use IsBinaryCoercible() method instead of custom is_expected_type/is_text_type functions which was introduced when tsearch2 was moved into core. Per report by David E. Wheeler Analysis by Tom Lane Patch by me
Files
| Path | Change | +/− |
|---|---|---|
| src/backend/utils/adt/tsvector_op.c | modified | +4 −38 |