Update ICU C++ API symbols
authorJohn Naylor <[email protected]>
Thu, 7 Aug 2025 10:13:55 +0000 (17:13 +0700)
committerJohn Naylor <[email protected]>
Thu, 7 Aug 2025 10:13:55 +0000 (17:13 +0700)
commit21ae8fc5fd8698fc47ac1aa9c82e32713d6669be
treedf4c6834b3b8d0e37c9f46eac0697c4beff945b0
parent930e1faec54e9ca63d9d325167ef09fa09b658ff
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