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

Tom Lane <tgl@sss.pgh.pa.us>

Commit: 6d871a2538d55a74034face43dde1f9ceaedc151
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2007-09-04T02:16:56Z
Releases: 8.3.0
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.

Files

PathChange+/−
src/backend/tsearch/ts_utils.c modified +13 −13