8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eb8d05b commit 2cadefbCopy full SHA for 2cadefb
src/common/unicode/generate-unicode_norm_table.pl
@@ -97,7 +97,8 @@
97
} pg_unicode_decomposition;
98
99
#define DECOMP_NO_COMPOSE 0x80 /* don't use for re-composition */
100
-#define DECOMP_INLINE 0x40 /* decomposition is stored inline in dec_index */
+#define DECOMP_INLINE 0x40 /* decomposition is stored inline in
101
+ * dec_index */
102
103
#define DECOMPOSITION_SIZE(x) ((x)->dec_size_flags & 0x3F)
104
#define DECOMPOSITION_NO_COMPOSE(x) (((x)->dec_size_flags & DECOMP_NO_COMPOSE) != 0)
0 commit comments