mirror of
https://github.com/postgres/postgres.git
synced 2025-11-06 07:49:08 +03:00
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
This commit is contained in:
@@ -100,9 +100,6 @@ char *localized_full_days[7 + 1];
|
||||
char *localized_abbrev_months[12 + 1];
|
||||
char *localized_full_months[12 + 1];
|
||||
|
||||
/* is the databases's LC_CTYPE the C locale? */
|
||||
bool database_ctype_is_c = false;
|
||||
|
||||
static pg_locale_t default_locale = NULL;
|
||||
|
||||
/* indicates whether locale information cache is valid */
|
||||
|
||||
Reference in New Issue
Block a user