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:44:44
Message-ID: 20090310174444.A3E94754AD4@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_2_STABLE

Modified Files:
--------------
pgsql/contrib/tsearch2/wordparser:
parser.c (r1.11.2.3 -> r1.11.2.4)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/contrib/tsearch2/wordparser/parser.c?r1=1.11.2.3&r2=1.11.2.4)

Browse pgsql-committers by date

  From Date Subject
Next Message User Dim 2009-03-10 17:56:16 pgloader - pgloader: Implement skip_head_lines in configuration file,
Previous Message Teodor Sigaev 2009-03-10 17:33:53 pgsql: Prevent recursion during parse of email-like string with multiple