mirror of
				https://github.com/postgres/postgres.git
				synced 2025-11-04 00:02:52 -05:00 
			
		
		
		
	
		
			
				
	
	
		
			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
 |