Thread: pgsql: Fixes: 1 Report error message instead of do nothing in case of

pgsql: Fixes: 1 Report error message instead of do nothing in case of

From
teodor@svr1.postgresql.org (Teodor Sigaev)
Date:
Log Message:
-----------
Fixes:
1 Report error message instead of do nothing in case of error in regex
2 Malloced storage for mask, find and repl part of Affix. This parts may be
  large enough in real life (for example in czech, thanks to moje <moje@kalhotky.net>)

Modified Files:
--------------
    pgsql/contrib/tsearch2/ispell:
        spell.c (r1.17 -> r1.18)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/contrib/tsearch2/ispell/spell.c.diff?r1=1.17&r2=1.18)
        spell.h (r1.7 -> r1.8)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/contrib/tsearch2/ispell/spell.h.diff?r1=1.7&r2=1.8)