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

From [email protected] (Teodor Sigaev)
Subject pgsql: Prevent recursion during parse of email-like string with multiple
Date
Msg-id [email protected]
Whole thread Raw
List pgsql-committers
Log Message:
-----------
Prevent recursion during parse of email-like string with multiple '@'.
Patch by Heikki Linnakangas <[email protected]>

Modified Files:
--------------
    pgsql/src/backend/tsearch:
        wparser_def.c (r1.21 -> r1.22)
        (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/backend/tsearch/wparser_def.c?r1=1.21&r2=1.22)

pgsql-committers by date:

Previous
From: [email protected] (Bruce Momjian)
Date:
Subject: pgsql: Doc patch for the recently added probes.
Next
From: [email protected] (Teodor Sigaev)
Date:
Subject: pgsql: Prevent recursion during parse of email-like string with multiple