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

From tgl@postgresql.org (Tom Lane)
Subject pgsql: Restrict tsearch config file base names to contain a-z, 0-9, and
Date
Msg-id 20070904021656.6FBEE754201@cvs.postgresql.org
Whole thread Raw
List 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)

pgsql-committers by date:

Previous
From: eggyknap@pgfoundry.org (User Eggyknap)
Date:
Subject: pllolcode - tmp: Getting closer -- now working on MEBBE
Next
From: tgl@postgresql.org (Tom Lane)
Date:
Subject: pgsql: Sync examples of psql \dF output with current CVS HEAD behavior.