mirror of
https://github.com/postgres/postgres.git
synced 2026-04-14 05:27:20 -04:00
ts_locale.c omitted support for "isalnum" tests, perhaps on the grounds that there were initially no use-cases for that. However, both ltree and pg_trgm need such tests, and we do also have one use-case now in the core backend. The workaround of testing isalpha and isdigit separately seems quite inefficient, especially when dealing with multibyte characters; so let's fill in the missing support. Discussion: https://postgr.es/m/2548310.1664999615@sss.pgh.pa.us |
||
|---|---|---|
| .. | ||
| dicts | ||
| ts_cache.h | ||
| ts_locale.h | ||
| ts_public.h | ||
| ts_type.h | ||
| ts_utils.h | ||