pgsql: Restrict tsearch config file base names to contain a-z, 0-9, and

From: tgl(at)postgresql(dot)org (Tom Lane)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Restrict tsearch config file base names to contain a-z, 0-9, and
Date: 2007-09-04 02:16:56
Message-ID: 20070904021656.6FBEE754201@cvs.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
Restrict tsearch config file base names to contain a-z, 0-9, and underscore,
instead of the initial policy of whatever isalpha() likes. Per discussion.

Modified Files:
--------------
pgsql/src/backend/tsearch:
ts_utils.c (r1.3 -> r1.4)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/tsearch/ts_utils.c?r1=1.3&r2=1.4)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2007-09-04 03:46:36 pgsql: Sync examples of psql \dF output with current CVS HEAD behavior.
Previous Message User Eggyknap 2007-09-03 21:34:25 pllolcode - tmp: Getting closer -- now working on MEBBE