From 92c1b2bc2c8ef1f6c04af2a1fa7241ce9d87b1f8 Mon Sep 17 00:00:00 2001 From: gindibay Date: Fri, 6 Oct 2023 18:02:43 +0300 Subject: [PATCH] Removes iculocale --- src/test/regress/expected/pg15.out | 4 ++-- src/test/regress/sql/pg15.sql | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/test/regress/expected/pg15.out b/src/test/regress/expected/pg15.out index e210ac6e3..76a89706e 100644 --- a/src/test/regress/expected/pg15.out +++ b/src/test/regress/expected/pg15.out @@ -1557,7 +1557,7 @@ CREATE DATABASE mydatabase LOCALE = '' LC_COLLATE = 'en_US.utf8' LC_CTYPE = 'en_US.utf8' - ICU_LOCALE = 'en_US.utf8' + ICU_LOCALE = '' LOCALE_PROVIDER = 'icu' COLLATION_VERSION = '1.0' TABLESPACE = create_drop_db_tablespace @@ -1574,7 +1574,7 @@ join pg_tablespace pt on pd.dattablespace = pt.oid WHERE datname = 'mydatabase'; datname | encoding | datlocprovider | datistemplate | datallowconn | datconnlimit | datcollate | datctype | daticulocale | datcollversion | datacl | database_owner | database_owner | tablespace --------------------------------------------------------------------- - mydatabase | 6 | i | f | t | 10 | en_US.utf8 | en_US.utf8 | en_US.utf8 | 1.0 | | create_drop_db_test_user | create_drop_db_test_user | create_drop_db_tablespace + mydatabase | 6 | i | f | t | 10 | en_US.utf8 | en_US.utf8 | | 1.0 | | create_drop_db_test_user | create_drop_db_test_user | create_drop_db_tablespace (1 row) \c - - - :worker_1_port diff --git a/src/test/regress/sql/pg15.sql b/src/test/regress/sql/pg15.sql index 3fc4cf0b2..32ced0750 100644 --- a/src/test/regress/sql/pg15.sql +++ b/src/test/regress/sql/pg15.sql @@ -1004,7 +1004,7 @@ CREATE DATABASE mydatabase LOCALE = '' LC_COLLATE = 'en_US.utf8' LC_CTYPE = 'en_US.utf8' - ICU_LOCALE = 'en_US.utf8' + ICU_LOCALE = '' LOCALE_PROVIDER = 'icu' COLLATION_VERSION = '1.0' TABLESPACE = create_drop_db_tablespace