This is an automated email from the ASF dual-hosted git repository.
yjhjstz pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/cloudberry.git
from 5168873c3c Fix icw test cases generted from cherry-pick
DynamicForeignscan
new 621015af44 Fix orphaned temp namespace catalog entry left on
coordinator
new 4063455544 Raise a timeout to 180s, in test 003_recovery_targets.pl.
new 63e48e661e gpexpand: Fix error when database has tablespaces
new 5adbaa6507 [7X]Fix utilities do not honor -d flag when
COORDINATOR_DATA_DIRECTORY is not set. (#16433)
new d8f2bcb603 Fix a flakiness with test gp_check_files
new e3953aa9d6 resolve GPDB_96_MERGE_FIXME for SplitUpdate (#16560)
new 546d447ad2 Fix ERROR: "Cannot add cell to table content: total cell
count of XXX exceeded." (#16388)
new 34c45dd9f2 add duration if query is canceled (#16557)
new d23be18171 Fix the import of ICU collations in
pg_import_system_collations() (#15673)
new 01876c9d18 Fix orphaned temp table on coordinator
new 72e22ec2e4 fix GPDB_96_MERGE_FIXME in create_ctescan_path (#16649)
new ffd5c6f7a7 Fix flaky test gp_tablespace_with_faults
new 8b06767b2b Add help information for gpfdist(#16595)
new 3062fe19c8 Ignore invalidated slots while computing oldest catalog Xmin
new 6039d4ed4f Confine Greenplum-specific WAL replication behavior to
coordinator
new f0976cecf3 Fix KeepLogSeg() unittest
new a96a9df036 keep catalog inconsistency of relhassubclass after analyze
(main branch) (#14978)
The 17 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:
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]