<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">--- src/include/utils/pg_locale.h.orig	2021-11-09 06:00:24.000000000 +0800
+++ src/include/utils/pg_locale.h	2022-10-25 01:48:04.000000000 +0800
@@ -17,6 +17,9 @@
 #endif
 #ifdef USE_ICU
 #include &lt;unicode/ucol.h&gt;
+#ifdef bool
+#undef bool
+#endif
 #endif
 
 #include "utils/guc.h"

--- src/backend/utils/adt/formatting.c.orig	2022-10-25 02:07:10.000000000 +0800
+++ src/backend/utils/adt/formatting.c	2022-10-25 02:07:21.000000000 +0800
@@ -81,6 +81,9 @@
 
 #ifdef USE_ICU
 #include &lt;unicode/ustring.h&gt;
+#ifdef bool
+#undef bool
+#endif
 #endif
 
 #include "catalog/pg_collation.h"
</pre></body></html>