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

tuhaihe pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/cloudberry.git


    from 499314536cc Fix flaky vacuum_progress_column/row: remove inline DDL 
and wait_for_mirror_down
     new 569828acb12 Feat: Import gp_relsizes_stats into gpcontrib from 
greenplum
     new cdf09de0e92 Feat: Adapt gp_relsizes_stats for Cloudberry

The 2 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:
 .github/workflows/build-cloudberry-rocky8.yml      |   19 +
 .github/workflows/build-cloudberry.yml             |   19 +
 gpcontrib/Makefile                                 |    2 +
 .../gp_relsizes_stats}/.clang-format               |  151 +--
 gpcontrib/gp_relsizes_stats/.gitignore             |    6 +
 gpcontrib/gp_relsizes_stats/Makefile               |   62 ++
 gpcontrib/gp_relsizes_stats/README.md              |   71 ++
 .../gp_relsizes_stats/gp_relsizes_stats.control    |    5 +
 .../sql/gp_relsizes_stats--1.0.sql                 |  158 +++
 .../gp_relsizes_stats/src/gp_relsizes_stats.c      | 1046 ++++++++++++++++++++
 .../test/expected/gp_relsizes_stats.out            |  251 +++++
 .../gp_relsizes_stats/test/expected/grants.out     |  107 ++
 .../gp_relsizes_stats/test/postgresql.conf.add     |    1 +
 .../test/sql/gp_relsizes_stats.sql                 |  128 +++
 gpcontrib/gp_relsizes_stats/test/sql/grants.sql    |   85 ++
 pom.xml                                            |    5 +
 16 files changed, 2049 insertions(+), 67 deletions(-)
 copy {contrib/pax_storage => gpcontrib/gp_relsizes_stats}/.clang-format (56%)
 create mode 100644 gpcontrib/gp_relsizes_stats/.gitignore
 create mode 100644 gpcontrib/gp_relsizes_stats/Makefile
 create mode 100644 gpcontrib/gp_relsizes_stats/README.md
 create mode 100644 gpcontrib/gp_relsizes_stats/gp_relsizes_stats.control
 create mode 100644 gpcontrib/gp_relsizes_stats/sql/gp_relsizes_stats--1.0.sql
 create mode 100755 gpcontrib/gp_relsizes_stats/src/gp_relsizes_stats.c
 create mode 100644 
gpcontrib/gp_relsizes_stats/test/expected/gp_relsizes_stats.out
 create mode 100644 gpcontrib/gp_relsizes_stats/test/expected/grants.out
 create mode 100644 gpcontrib/gp_relsizes_stats/test/postgresql.conf.add
 create mode 100644 gpcontrib/gp_relsizes_stats/test/sql/gp_relsizes_stats.sql
 create mode 100644 gpcontrib/gp_relsizes_stats/test/sql/grants.sql


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to