mirror of
https://github.com/postgres/postgres.git
synced 2026-04-22 22:59:54 -04:00
8 lines
174 B
C
8 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
|