pgsql: Prevent recursion during parse of email-like string with multiple

From: teodor(at)postgresql(dot)org (Teodor Sigaev)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Prevent recursion during parse of email-like string with multiple
Date: 2009-03-10 17:33:53
Message-ID: 20090310173353.47F32754AD4@cvs.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
Prevent recursion during parse of email-like string with multiple '@'.
Patch by Heikki Linnakangas <heikki(dot)linnakangas(at)enterprisedb(dot)com>

Tags:
----
REL8_3_STABLE

Modified Files:
--------------
pgsql/src/backend/tsearch:
wparser_def.c (r1.14.2.4 -> r1.14.2.5)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/backend/tsearch/wparser_def.c?r1=1.14.2.4&r2=1.14.2.5)

Browse pgsql-committers by date

  From Date Subject
Next Message Teodor Sigaev 2009-03-10 17:44:44 pgsql: Prevent recursion during parse of email-like string with multiple
Previous Message Teodor Sigaev 2009-03-10 17:32:14 pgsql: Prevent recursion during parse of email-like string with multiple