File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed
Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -58,6 +58,7 @@ about how much memory is available. Use that to tweak the GUC.
5858The shared segment can contain several dictionaries at the same time,
5959the amount of memory is the only limit.
6060
61+
6162Using the dictionary
6263--------------------
6364Technically, the extension defines a 'shared_ispell' template that
Original file line number Diff line number Diff line change @@ -249,7 +249,8 @@ dispell_init(PG_FUNCTION_ARGS)
249249 SharedNIImportAffixes (dict ,
250250 get_tsearch_config_filename (affFile , "affix" ));
251251
252- // readstoplist(stopFile, &stoplist, lowerstr);
252+ /* FIXME use the stoplist */
253+ /* readstoplist(stopFile, &stoplist, lowerstr); */
253254
254255 SharedNISortDictionary (dict );
255256 SharedNISortAffixes (dict );
You can’t perform that action at this time.
0 commit comments