summarylogtreecommitdiffstats
path: root/icu68.patch
blob: 89b0f8362f338e6659d1d3905d88785a6041fbd5 (plain)
1
2
3
4
5
6
7
8
9
10
11
diff -ur postgresql-10.13.orig/src/include/utils/pg_locale.h postgresql-10.13/src/include/utils/pg_locale.h
--- postgresql-10.13.orig/src/include/utils/pg_locale.h	2020-05-11 23:12:38.000000000 +0200
+++ postgresql-10.13/src/include/utils/pg_locale.h	2021-04-23 23:05:22.732461418 +0200
@@ -17,6 +17,7 @@
 #endif
 #ifdef USE_ICU
 #include <unicode/ucol.h>
+#undef bool
 #endif
 
 #include "utils/guc.h"