mirror of
https://github.com/postgres/postgres.git
synced 2025-07-30 11:03:19 +03:00
Improve support of multibyte encoding:
- tsvector_(in|out) - tsquery_(in|out) - to_tsvector - to_tsquery, plainto_tsquery - 'simple' dictionary
This commit is contained in:
@ -71,8 +71,11 @@ TParserClose(TParser * prs)
|
||||
prs->state = ptr;
|
||||
}
|
||||
|
||||
#ifdef TS_USE_WIDE
|
||||
if (prs->wstr)
|
||||
pfree(prs->wstr);
|
||||
#endif
|
||||
|
||||
pfree(prs);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user