mirror of
https://github.com/postgres/postgres.git
synced 2025-12-24 06:01:07 +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:
@@ -8,6 +8,7 @@
|
||||
|
||||
#include "dict.h"
|
||||
#include "common.h"
|
||||
#include "ts_locale.h"
|
||||
|
||||
#define SYNBUFLEN 4096
|
||||
typedef struct
|
||||
|
||||
Reference in New Issue
Block a user