]> granicus.if.org Git - postgresql/blob - contrib/tsearch2/snowball/russian_stem.h
Reduce WAL activity for page splits:
[postgresql] / contrib / tsearch2 / snowball / russian_stem.h
1
2 /* This file was generated automatically by the Snowball to ANSI C compiler */
3
4 #ifdef __cplusplus
5 extern          "C"
6 {
7 #endif
8
9 extern struct SN_env *russian_KOI8_R_create_env(void);
10 extern void russian_KOI8_R_close_env(struct SN_env * z);
11
12 extern int      russian_KOI8_R_stem(struct SN_env * z);
13
14 #ifdef __cplusplus
15 }
16
17 #endif