pgsql: Fix bug with multiple evaluation of tsearch2 compatibility

From: teodor(at)postgresql(dot)org (Teodor Sigaev)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Fix bug with multiple evaluation of tsearch2 compatibility
Date: 2009-01-28 18:31:33
Message-ID: 20090128183133.0D6F97559ED@cvs.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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)

Browse pgsql-committers by date

  From Date Subject
Next Message Teodor Sigaev 2009-01-28 18:32:55 pgsql: Fix bug with multiple evaluation of tsearch2 compatibility
Previous Message Magnus Hagander 2009-01-28 15:32:21 pgsql: Change warning-silencing code not to cast the pointer type,