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:32:55
Message-ID: 20090128183255.995E17559ED@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.

Tags:
----
REL8_3_STABLE

Modified Files:
--------------
pgsql/contrib/tsearch2:
tsearch2.c (r1.5 -> r1.5.2.1)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/contrib/tsearch2/tsearch2.c?r1=1.5&r2=1.5.2.1)

Browse pgsql-committers by date

  From Date Subject
Next Message User Achernow 2009-01-29 03:31:24 libpqtypes - libpqtypes: va_arg was passed as an argument to the
Previous Message Teodor Sigaev 2009-01-28 18:31:33 pgsql: Fix bug with multiple evaluation of tsearch2 compatibility