pgsql: Fix bug with multiple evaluation of tsearch2 compatibility - Mailing list pgsql-committers

From teodor@postgresql.org (Teodor Sigaev)
Subject pgsql: Fix bug with multiple evaluation of tsearch2 compatibility
Date
Msg-id 20090128183133.0D6F97559ED@cvs.postgresql.org
Whole thread Raw
List pgsql-committers
Log Message:
-----------
Fix bug with multiple evaluation of tsearch2 compatibility trigger, trigger
data should be restored.
Backpatch only for 8.3 because previous versions haven't such layer.

Modified Files:
--------------
    pgsql/contrib/tsearch2:
        tsearch2.c (r1.8 -> r1.9)
        (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/contrib/tsearch2/tsearch2.c?r1=1.8&r2=1.9)

pgsql-committers by date:

Previous
From: mha@postgresql.org (Magnus Hagander)
Date:
Subject: pgsql: Change warning-silencing code not to cast the pointer type,
Next
From: teodor@postgresql.org (Teodor Sigaev)
Date:
Subject: pgsql: Fix bug with multiple evaluation of tsearch2 compatibility