diff options
Diffstat (limited to 'src/include/common/unicode_version.h')
-rw-r--r-- | src/include/common/unicode_version.h | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/src/include/common/unicode_version.h b/src/include/common/unicode_version.h new file mode 100644 index 00000000000..15b839b00b3 --- /dev/null +++ b/src/include/common/unicode_version.h @@ -0,0 +1,14 @@ +/*------------------------------------------------------------------------- + * + * unicode_version.h + * Unicode version used by Postgres. + * + * Portions Copyright (c) 1996-2023, PostgreSQL Global Development Group + * Portions Copyright (c) 1994, Regents of the University of California + * + * src/include/common/unicode_version.h + * + *------------------------------------------------------------------------- + */ + +#define PG_UNICODE_VERSION "15.1" |