projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
eb8d05b
)
Make script output more pgindent compatible
author
Peter Eisentraut
Wed, 19 Jun 2019 20:09:50 +0000
(22:09 +0200)
committer
Peter Eisentraut
Mon, 24 Jun 2019 20:50:56 +0000
(22:50 +0200)
src/common/unicode/generate-unicode_norm_table.pl
patch
|
blob
|
blame
|
history
diff --git
a/src/common/unicode/generate-unicode_norm_table.pl
b/src/common/unicode/generate-unicode_norm_table.pl
index 6885cc76ab44dbb6d86396748c8b9e6da4fb1a2a..7002fdf98c186d2dc1a98786883af58084ab2ea2 100644
(file)
--- a/
src/common/unicode/generate-unicode_norm_table.pl
+++ b/
src/common/unicode/generate-unicode_norm_table.pl
@@
-97,7
+97,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)