]> git.ipfire.org Git - thirdparty/postgresql.git/commit
Clean up ICU includes.
authorJeff Davis <jdavis@postgresql.org>
Wed, 7 Jan 2026 01:19:51 +0000 (17:19 -0800)
committerJeff Davis <jdavis@postgresql.org>
Wed, 7 Jan 2026 01:19:51 +0000 (17:19 -0800)
commitaf2d4ca191a4552217eceace21fde6ebc2b85770
tree8ea376758da2f9b97ee257353734d55713f3e2d6
parent75609fded35e4d95a0e8b9875a46a496a03437cf
Clean up ICU includes.

Remove ICU includes from pg_locale.h, and instead include them in the
few C files that need ICU. Clean up a few other includes in passing.

Reviewed-by: Andres Freund <andres@anarazel.de>
Discussion: https://postgr.es/m/48911db71d953edec66df0d2ce303563d631fbe0.camel@j-davis.com
src/backend/commands/collationcmds.c
src/backend/utils/adt/formatting.c
src/backend/utils/adt/pg_locale.c
src/backend/utils/adt/pg_locale_icu.c
src/backend/utils/adt/varlena.c
src/include/utils/pg_locale.h