Remove obsolete global database_ctype_is_c.
authorJeff Davis <jdavis@postgresql.org>
Tue, 21 Oct 2025 16:32:04 +0000 (09:32 -0700)
committerJeff Davis <jdavis@postgresql.org>
Tue, 21 Oct 2025 16:32:04 +0000 (09:32 -0700)
commit844385d12e7515f3461e53728f0a9358bc35b6a5
treea0c808d3b859cddc55eacc3b73e5106871af6b88
parente113f9c102b7e2462facf0ecffc97f8093efed54
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
src/backend/utils/adt/pg_locale.c
src/backend/utils/init/postinit.c
src/include/utils/pg_locale.h