aboutsummaryrefslogtreecommitdiff
path: root/src/include/common/unicode_norm_table.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/common/unicode_norm_table.h')
-rw-r--r--src/include/common/unicode_norm_table.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/include/common/unicode_norm_table.h b/src/include/common/unicode_norm_table.h
index 3bcf05e5eec..095481ab7f5 100644
--- a/src/include/common/unicode_norm_table.h
+++ b/src/include/common/unicode_norm_table.h
@@ -26,7 +26,8 @@ typedef struct
} pg_unicode_decomposition;
#define DECOMP_NO_COMPOSE 0x80 /* don't use for re-composition */
-#define DECOMP_INLINE 0x40 /* decomposition is stored inline in dec_index */
+#define DECOMP_INLINE 0x40 /* decomposition is stored inline in
+ * dec_index */
#define DECOMPOSITION_SIZE(x) ((x)->dec_size_flags & 0x3F)
#define DECOMPOSITION_NO_COMPOSE(x) (((x)->dec_size_flags & DECOMP_NO_COMPOSE) != 0)