small cleanup of ICU includes

From: Jeff Davis <pgsql(at)j-davis(dot)com>
To: pgsql-hackers(at)postgresql(dot)org
Subject: small cleanup of ICU includes
Date: 2026-01-06 23:11:13
Message-ID: 48911db71d953edec66df0d2ce303563d631fbe0.camel@j-davis.com
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Removes ICU includes from pg_locale.h, and instead include them in the
few C files that need them.

There used to be more files that needed to use ICU functions, but after
refactoring, there are only a few files that access ICU APIs directly.

Regards,
Jeff Davis

Attachment Content-Type Size
v1-0001-Clean-up-ICU-includes.patch text/x-patch 4.6 KB

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Andres Freund 2026-01-06 23:17:50 Re: RFC: adding pytest as a supported test framework
Previous Message Michael Paquier 2026-01-06 23:09:35 Re: Support for 8-byte TOAST values (aka the TOAST infinite loop problem)