aboutsummaryrefslogtreecommitdiff
path: root/src/common/unicode/norm_test.c
diff options
context:
space:
mode:
authorJeff Davis <jdavis@postgresql.org>2023-11-01 22:47:06 -0700
committerJeff Davis <jdavis@postgresql.org>2023-11-01 22:47:06 -0700
commita02b37fc083239a07f1ac02951d208235efb218b (patch)
tree368caec52740ec496992c2793b6a0c33db5aa020 /src/common/unicode/norm_test.c
parent7021d3b1766420ac4968fa0ff81873e81b7fd641 (diff)
downloadpostgresql-a02b37fc083239a07f1ac02951d208235efb218b.tar.gz
postgresql-a02b37fc083239a07f1ac02951d208235efb218b.zip
Additional unicode primitive functions.
Introduce unicode_version(), icu_unicode_version(), and unicode_assigned(). The latter requires introducing a new lookup table for the Unicode General Category, which is generated along with the other Unicode lookup tables. Discussion: https://postgr.es/m/CA+TgmoYzYR-yhU6k1XFCADeyj=Oyz2PkVsa3iKv+keM8wp-F_A@mail.gmail.com Reviewed-by: Peter Eisentraut
Diffstat (limited to 'src/common/unicode/norm_test.c')
-rw-r--r--src/common/unicode/norm_test.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/unicode/norm_test.c b/src/common/unicode/norm_test.c
index 809a6dee545..b6097b912a6 100644
--- a/src/common/unicode/norm_test.c
+++ b/src/common/unicode/norm_test.c
@@ -81,6 +81,6 @@ main(int argc, char **argv)
}
}
- printf("All tests successful!\n");
+ printf("norm_test: All tests successful!\n");
exit(0);
}