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

From teodor@postgresql.org (Teodor Sigaev)
Subject pgsql: Prevent recursion during parse of email-like string with multiple
Date
Msg-id 20090310173353.47F32754AD4@cvs.postgresql.org
Whole thread Raw
List pgsql-committers
Log Message:
-----------
Prevent recursion during parse of email-like string with multiple '@'.
Patch by Heikki Linnakangas <heikki.linnakangas@enterprisedb.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)

pgsql-committers by date:

Previous
From: teodor@postgresql.org (Teodor Sigaev)
Date:
Subject: pgsql: Prevent recursion during parse of email-like string with multiple
Next
From: teodor@postgresql.org (Teodor Sigaev)
Date:
Subject: pgsql: Prevent recursion during parse of email-like string with multiple