pgsql: Avoid core dump on empty thesaurus dictionary. - Mailing list pgsql-committers

From tgl@postgresql.org (Tom Lane)
Subject pgsql: Avoid core dump on empty thesaurus dictionary.
Date
Msg-id 20091130163831.AE5A3753FB7@cvs.postgresql.org
Whole thread Raw
List pgsql-committers
Log Message:
-----------
Avoid core dump on empty thesaurus dictionary.
Per report from Robert Gravsj�.

Modified Files:
--------------
    pgsql/src/backend/tsearch:
        dict_thesaurus.c (r1.14 -> r1.15)
        (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/backend/tsearch/dict_thesaurus.c?r1=1.14&r2=1.15)

pgsql-committers by date:

Previous
From: petere@postgresql.org (Peter Eisentraut)
Date:
Subject: pgsql: In SRF example, move oldcontext variable definition into the
Next
From: tgl@postgresql.org (Tom Lane)
Date:
Subject: pgsql: Avoid core dump on empty thesaurus dictionary.