You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@shardingsphere.apache.org by zh...@apache.org on 2023/06/07 09:45:19 UTC

[shardingsphere] branch master updated (2c45ed22b7d -> 8b3c29828df)

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

zhangjunjie pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/shardingsphere.git


    from 2c45ed22b7d Improve performance of integer unique key table inventory data splitting (#26089)
     new f34d13566c6 Support metadata table pg_tables,pg_roles in og scenario.
     new f0bc8b8dbba Fix unit test.
     new b39a5f8e8a2 Fix checkstyle.
     new da74f539528 Fix unit test.
     new f8394bd3708 Fix config.
     new ca1393f506a Adjusting variable names.
     new 8b3c29828df Merge pull request #25843 from JiekerTime/dev2

The 39068 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .../schema/builder/SystemSchemaBuilderRule.java    |   3 +-
 .../{pg_aggregate.yaml => pg_roles.yaml}           | 161 ++++++++++++---------
 .../views.yaml => pg_catalog/pg_tables.yaml}       |  59 ++++----
 .../builder/SystemSchemaBuilderRuleTest.java       |   4 +-
 .../schema/builder/SystemSchemaBuilderTest.java    |   2 +-
 .../admin/OpenGaussAdminExecutorCreator.java       |   9 +-
 .../OpenGaussSystemCatalogAdminQueryExecutor.java  |  27 +++-
 ...GaussSystemCatalog.java => OpenGaussRoles.java} |   9 +-
 .../admin/schema/OpenGaussSystemCatalog.java       |   4 +
 ...OpenGaussDatabase.java => OpenGaussTables.java} |   8 +-
 .../admin/OpenGaussAdminExecutorCreatorTest.java   |  22 ++-
 ...enGaussSystemCatalogAdminQueryExecutorTest.java |  21 ++-
 .../admin/PostgreSQLAdminExecutorCreator.java      |   2 +
 13 files changed, 218 insertions(+), 113 deletions(-)
 copy infra/common/src/main/resources/schema/postgresql/pg_catalog/{pg_aggregate.yaml => pg_roles.yaml} (62%)
 copy infra/common/src/main/resources/schema/postgresql/{information_schema/views.yaml => pg_catalog/pg_tables.yaml} (74%)
 copy proxy/backend/type/opengauss/src/main/java/org/apache/shardingsphere/proxy/backend/opengauss/handler/admin/schema/{OpenGaussSystemCatalog.java => OpenGaussRoles.java} (83%)
 copy proxy/backend/type/opengauss/src/main/java/org/apache/shardingsphere/proxy/backend/opengauss/handler/admin/schema/{OpenGaussDatabase.java => OpenGaussTables.java} (84%)