Fix bug in to_tsquery().
Heikki Linnakangas <heikki.linnakangas@iki.fi>
Fix bug in to_tsquery(). We were using memcpy() to copy to a possibly overlapping memory region, which is a no-no. Use memmove() instead.
Files
| Path | Change | +/− |
|---|---|---|
| src/backend/tsearch/to_tsany.c | modified | +6 −1 |