This is an automated email from the ASF dual-hosted git repository.

reshke pushed a commit to branch mdb_admin_2
in repository https://gitbox.apache.org/repos/asf/cloudberry.git

commit 8d4f94ec73115c1f3cc1a47f7bd96a6ae2c7f69f
Merge: 1d9a1f25492 a92d3b9a5ff
Author: reshke <reshkekir...@gmail.com>
AuthorDate: Fri Sep 19 17:57:51 2025 +0500

    Merge pull request #2 from open-gpdb/AddMDBLocale
    
    Implement mdb-locales patch

 configure                                          | 97 +++++++++++++++++++++-
 configure.ac                                       | 17 ++++
 .../pax_storage/src/cpp/storage/oper/pax_oper.cc   |  5 +-
 gpcontrib/orafce/others.c                          |  9 +-
 .../src/unittest/gpos/string/CWStringTest.cpp      |  7 +-
 src/backend/utils/adt/Makefile                     |  3 +-
 src/backend/utils/adt/mdb.c                        | 37 +++++++++
 src/backend/utils/adt/pg_locale.c                  | 63 +++++++-------
 src/backend/utils/mb/mbutils.c                     |  3 +-
 src/bin/initdb/initdb.c                            | 14 ++--
 src/bin/pg_upgrade/check.c                         |  9 +-
 src/common/exec.c                                  |  4 +-
 src/include/catalog/pg_proc.dat                    |  4 +-
 src/include/common/mdb_locale.h                    | 41 +++++++++
 src/include/pg_config.h.in                         |  6 ++
 src/interfaces/ecpg/ecpglib/connect.c              |  3 +-
 src/interfaces/ecpg/ecpglib/descriptor.c           |  8 +-
 src/interfaces/ecpg/ecpglib/execute.c              |  7 +-
 src/interfaces/libpq/Makefile                      |  2 +-
 src/pl/plperl/plperl.c                             | 19 +++--
 src/port/chklocale.c                               | 10 ++-
 src/test/locale/test-ctype.c                       |  4 +-
 src/test/regress/input/misc.source                 |  5 ++
 src/test/regress/output/misc.source                |  7 ++
 .../regress/{input/misc.source => sql/misc.sql}    | 15 ++--
 25 files changed, 321 insertions(+), 78 deletions(-)


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@cloudberry.apache.org
For additional commands, e-mail: commits-h...@cloudberry.apache.org

Reply via email to