PostgreSQL Source Code git master
All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
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-2025, 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"