Обсуждение: pgsql: Remove obsolete global database_ctype_is_c.

Поиск
Список
Период
Сортировка

pgsql: Remove obsolete global database_ctype_is_c.

От
Jeff Davis
Дата:
Remove obsolete global database_ctype_is_c.

Now that tsearch uses the database default locale, there's no need to
track the database CTYPE separately.

Reviewed-by: Peter Eisentraut <peter@eisentraut.org>
Discussion: https://postgr.es/m/0151ad01239e2cc7b3139644358cf8f7b9622ff7.camel@j-davis.com

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/844385d12e7515f3461e53728f0a9358bc35b6a5

Modified Files
--------------
src/backend/utils/adt/pg_locale.c | 3 ---
src/backend/utils/init/postinit.c | 4 ----
src/include/utils/pg_locale.h     | 3 ---
3 files changed, 10 deletions(-)