Restrict tsearch config file base names to contain a-z, 0-9, and underscore,
Tom Lane <tgl@sss.pgh.pa.us>
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
| Path | Change | +/− |
|---|---|---|
| src/backend/tsearch/ts_utils.c | modified | +13 −13 |