pgsql: Remove obsolete global database_ctype_is_c. - Mailing list pgsql-committers

From Jeff Davis
Subject pgsql: Remove obsolete global database_ctype_is_c.
Date
Msg-id E1vBFJ7-002o5S-1s@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
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(-)


pgsql-committers by date:

Previous
From: Nathan Bossart
Date:
Subject: pgsql: Re-pgindent brin.c.
Next
From: Nathan Bossart
Date:
Subject: pgsql: Update .abi-compliance-history file.