mirror of
https://git.postgresql.org/git/postgresql.git
synced 2024-12-21 08:29:39 +08:00
9 lines
174 B
C
9 lines
174 B
C
|
#define TABLE_DICT_START ,{
|
||
|
#define TABLE_DICT_END }
|
||
|
|
||
|
#include "dict/porter_english.dct"
|
||
|
#include "dict/russian_stemming.dct"
|
||
|
|
||
|
#undef TABLE_DICT_START
|
||
|
#undef TABLE_DICT_END
|