Backpatch: Fix tsvector_out() and tsquery_out() to escape backslesh, add test of that.
Teodor Sigaev <teodor@sigaev.ru>
Backpatch: Fix tsvector_out() and tsquery_out() to escape backslesh, add test of that. Patch by Bruce Momjian <bruce@momjian.us>
Files
| Path | Change | +/− |
|---|---|---|
| contrib/tsearch2/expected/tsearch2.out | modified | +6 −0 |
| contrib/tsearch2/query.c | modified | +1 −1 |
| contrib/tsearch2/sql/tsearch2.sql | modified | +2 −0 |
| contrib/tsearch2/tsvector.c | modified | +1 −1 |