mirror of
https://git.postgresql.org/git/postgresql.git
synced 2024-11-27 07:21:09 +08:00
b57705673d
From Oleg Bartunov and Teodor Sigaev.
11 lines
199 B
C
11 lines
199 B
C
#define TABLE_DICT_START ,{
|
|
#define TABLE_DICT_END }
|
|
|
|
#include "dict/porter_english.dct"
|
|
#ifdef USE_LOCALE
|
|
#include "dict/russian_stemming.dct"
|
|
#endif
|
|
|
|
#undef TABLE_DICT_START
|
|
#undef TABLE_DICT_END
|