PostgreSQL Source Code  git master
unicode_version.h
Go to the documentation of this file.
1 /*-------------------------------------------------------------------------
2  *
3  * unicode_version.h
4  * Unicode version used by Postgres.
5  *
6  * Portions Copyright (c) 1996-2024, PostgreSQL Global Development Group
7  * Portions Copyright (c) 1994, Regents of the University of California
8  *
9  * src/include/common/unicode_version.h
10  *
11  *-------------------------------------------------------------------------
12  */
13 
14 #define PG_UNICODE_VERSION "15.1"