mirror of
https://github.com/postgres/postgres.git
synced 2026-05-27 03:42:28 -04:00
Reviewed-by: Chao Li <li.evan.chao@gmail.com> Reviewed-by: Alexander Borisov <lex.borisov@gmail.com> Reviewed-by: Andres Freund <andres@anarazel.de> Discussion: https://www.postgresql.org/message-id/flat/2a668979-ed92-49a3-abf9-a3ec2d460ec2%40eisentraut.org
14 lines
449 B
C
14 lines
449 B
C
/*-------------------------------------------------------------------------
|
|
*
|
|
* unicode_version.h
|
|
* Unicode version used by Postgres.
|
|
*
|
|
* Portions Copyright (c) 1996-2026, PostgreSQL Global Development Group
|
|
* Portions Copyright (c) 1994, Regents of the University of California
|
|
*
|
|
* src/include/common/unicode_version.h
|
|
*
|
|
*-------------------------------------------------------------------------
|
|
*/
|
|
|
|
#define PG_UNICODE_VERSION "17.0"
|