File tree Expand file tree Collapse file tree 1 file changed +17
-0
lines changed Expand file tree Collapse file tree 1 file changed +17
-0
lines changed Original file line number Diff line number Diff line change @@ -133,3 +133,20 @@ use this prepared data).
133133 db=# SELECT shared_ispell_reset();
134134
135135That's all for now ...
136+
137+ Changes from original version
138+ -----------------------------
139+ The original version of this module located in the Tomas Vondra's
140+ [ GitHub] ( https://github.com/tvondra/shared_ispell ) . That version does not handle
141+ affixes that require full regular expressions (regex_t, implemented in regex.h).
142+
143+ This version of the module can handle that affixes with full regular
144+ exressions. To handle it the module loads and stores affix files in each
145+ sessions. The affix list is tiny and takes a little time and memory to parse.
146+ Actually this is Tomas
147+ [ idea
] ( http://www.postgresql.org/message-id/[email protected] ) ,
148+ but there is not related code in the GitHub.
149+
150+ Author
151+ ------
152+ Tomas Vondra [ GitHub] ( https://github.com/tvondra )
You can’t perform that action at this time.
0 commit comments