Update ICU C++ API symbols
authorJohn Naylor <[email protected]>
Thu, 7 Aug 2025 10:12:44 +0000 (17:12 +0700)
committerJohn Naylor <[email protected]>
Thu, 7 Aug 2025 10:12:44 +0000 (17:12 +0700)
commitdd29262077e854199497a4aa42a776a2095eeec7
treefb232b79efaa33f73b236d3fafc4a75d8c828539
parent1084e76f3ce54b238f765b7ae228fe4b1dc43bf9
Update ICU C++ API symbols

Recent ICU versions have added U_SHOW_CPLUSPLUS_HEADER_API, and we need
to set this to zero as well to hide the ICU C++ APIs from pg_locale.h

Per discussion, we want cpluspluscheck to work cleanly in backbranches,
so backpatch both this and its predecessor commit ed26c4e25a4 to all
supported versions.

Reported-by: Tom Lane <[email protected]>
Discussion: https://postgr.es/m/1115793.1754414782%40sss.pgh.pa.us
Backpatch-through: 13
.cirrus.tasks.yml
src/include/utils/pg_locale.h