pgsql: Allow underscores in tsearch email addressses, per RFC 5322 and

From: momjian(at)postgresql(dot)org (Bruce Momjian)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Allow underscores in tsearch email addressses, per RFC 5322 and
Date: 2010-03-13 00:41:58
Message-ID: 20100313004158.A64B97541D0@cvs.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
Allow underscores in tsearch email addressses, per RFC 5322 and report
by Dan O'Hara.

Patch by Teodor Sigaev

Modified Files:
--------------
pgsql/src/backend/tsearch:
wparser_def.c (r1.27 -> r1.28)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/backend/tsearch/wparser_def.c?r1=1.27&r2=1.28)

Browse pgsql-committers by date

  From Date Subject
Next Message Bruce Momjian 2010-03-13 03:09:05 pgsql: Document what user name email symbols are supported by tsearch.
Previous Message Bruce Momjian 2010-03-13 00:40:43 pgsql: Small adjustment by pgindent.