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

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


 discard ebe21677b2 Reimplement BRIN internals for AO/CO tables
 discard 58ec5566e9 brin: Remove upper pages for AO/CO tables
 discard 9ba4e5fd8f uao/brin test: Correct typos
 discard 1e28b91f49 brin ao/co: Correct partial scan bounds logic
 discard 88d34a9cfa brin: Disable workitems test
 discard 1bbad463d5 brin.c: Remove dead includes
     add 621015af44 Fix orphaned temp namespace catalog entry left on 
coordinator
     add 4063455544 Raise a timeout to 180s, in test 003_recovery_targets.pl.
     add 63e48e661e gpexpand: Fix error when database has tablespaces
     add 5adbaa6507 [7X]Fix utilities do not honor -d flag when 
COORDINATOR_DATA_DIRECTORY is not set. (#16433)
     add d8f2bcb603 Fix a flakiness with test gp_check_files
     add e3953aa9d6 resolve GPDB_96_MERGE_FIXME for SplitUpdate (#16560)
     add 546d447ad2 Fix ERROR: "Cannot add cell to table content: total cell 
count of XXX exceeded." (#16388)
     add 34c45dd9f2 add duration if query is canceled (#16557)
     add d23be18171 Fix the import of ICU collations in 
pg_import_system_collations() (#15673)
     add 01876c9d18 Fix orphaned temp table on coordinator
     add 72e22ec2e4 fix GPDB_96_MERGE_FIXME in create_ctescan_path (#16649)
     add ffd5c6f7a7 Fix flaky test gp_tablespace_with_faults
     add 8b06767b2b Add help information for gpfdist(#16595)
     add 3062fe19c8 Ignore invalidated slots while computing oldest catalog Xmin
     add 6039d4ed4f Confine Greenplum-specific WAL replication behavior to 
coordinator
     add f0976cecf3 Fix KeepLogSeg() unittest
     add a96a9df036 keep catalog inconsistency of relhassubclass after analyze 
(main branch) (#14978)
     add 3352b004bd brin.c: Remove dead includes
     add 611682953e brin: Disable workitems test
     add bb556b2350 brin ao/co: Correct partial scan bounds logic
     add ad26cb7d25 uao/brin test: Correct typos
     add 5a3cc32977 brin: Remove upper pages for AO/CO tables
     add 48bf22e5fa Reimplement BRIN internals for AO/CO tables

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (ebe21677b2)
            \
             N -- N -- N   refs/heads/brin2 (48bf22e5fa)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

No new revisions were added by this update.

Summary of changes:
 gpMgmt/bin/gpexpand                                | 16 +++-
 gpMgmt/bin/gppylib/commands/gp.py                  | 21 +++++-
 gpMgmt/bin/gppylib/mainUtils.py                    | 35 +++++----
 gpMgmt/bin/gppylib/system/environment.py           |  3 +-
 gpMgmt/doc/gpfdist_help                            | 13 ++++
 gpMgmt/test/behave/mgmt_utils/gpexpand.feature     | 27 +++++++
 gpMgmt/test/behave/mgmt_utils/gprecoverseg.feature | 69 +++++++++++++++++
 gpMgmt/test/behave/mgmt_utils/gpstart.feature      | 26 +++++++
 gpMgmt/test/behave/mgmt_utils/gpstate.feature      | 49 ++++++++++++
 gpMgmt/test/behave/mgmt_utils/gpstop.feature       | 20 +++++
 gpMgmt/test/behave/mgmt_utils/steps/mgmt_utils.py  | 20 +++++
 src/backend/access/transam/test/xlog_test.c        | 88 +++++++++++++++++++++-
 src/backend/access/transam/xlog.c                  |  9 ++-
 src/backend/catalog/namespace.c                    | 22 ++++++
 src/backend/cdb/cdbpath.c                          | 15 +---
 src/backend/cdb/cdbtm.c                            | 41 +++++++---
 src/backend/cdb/dispatcher/cdbgang.c               | 24 +++++-
 src/backend/cdb/dispatcher/test/cdbgang_test.c     |  3 +
 src/backend/commands/analyze.c                     | 28 +++----
 src/backend/commands/collationcmds.c               | 46 ++++++-----
 src/backend/optimizer/util/pathnode.c              |  2 -
 src/backend/replication/slot.c                     |  7 ++
 src/backend/storage/ipc/procarray.c                |  3 +
 src/backend/tcop/postgres.c                        | 22 +++++-
 src/fe_utils/Makefile                              |  3 +
 src/fe_utils/print.c                               | 23 ++++--
 src/fe_utils/test/Makefile                         | 14 ++++
 src/fe_utils/test/print_test.c                     | 58 ++++++++++++++
 src/include/catalog/namespace.h                    |  1 +
 src/test/isolation2/expected/orphan_temp_table.out | 27 ++++++-
 src/test/isolation2/sql/orphan_temp_table.sql      | 14 +++-
 src/test/recovery/t/003_recovery_targets.pl        |  4 +-
 src/test/recovery/t/019_replslot_limit.pl          |  1 +
 src/test/regress/expected/analyze.out              | 34 +++++++++
 src/test/regress/input/gp_check_files.source       |  2 +
 .../regress/input/gp_tablespace_with_faults.source |  5 +-
 src/test/regress/output/gp_check_files.source      |  2 +
 .../output/gp_tablespace_with_faults.source        |  7 +-
 src/test/regress/sql/analyze.sql                   | 10 +++
 39 files changed, 713 insertions(+), 101 deletions(-)
 create mode 100644 src/fe_utils/test/Makefile
 create mode 100644 src/fe_utils/test/print_test.c


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

Reply via email to