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

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


    from 01a7acd11cb FIx regress and TAP test for amcheck and enable in CI 
(#1489)
     new 55659cfab1d Refactor dumping of pg_type_encoding attributes.
     new 2454910a53a Add argument --next-gxid in pg_resetwal to support 
next-gxid reset.
     new e20a48899d2 Fix: fix pg_upgrade and pg_dump for upgrade

The 3 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:
 src/backend/utils/adt/pg_upgrade_support.c |  14 +++
 src/bin/pg_dump/common.c                   |   5 -
 src/bin/pg_dump/pg_backup.h                |  14 +++
 src/bin/pg_dump/pg_backup_db.c             |  27 ++++++
 src/bin/pg_dump/pg_dump.c                  | 142 ++++++-----------------------
 src/bin/pg_dump/pg_dump.h                  |  30 ++----
 src/bin/pg_dump/pg_dump_sort.c             |   6 --
 src/bin/pg_dump/pg_dumpall.c               |   6 ++
 src/bin/pg_dump/t/002_pg_dump.pl           |  10 ++
 src/bin/pg_resetwal/pg_resetwal.c          |   3 +
 src/bin/pg_upgrade/check.c                 |   4 +-
 src/bin/pg_upgrade/controldata.c           |   2 +-
 src/bin/pg_upgrade/exec.c                  |   7 +-
 src/bin/pg_upgrade/greenplum/check_gp.c    |   8 ++
 src/bin/pg_upgrade/info.c                  |   8 +-
 src/bin/pg_upgrade/pg_upgrade.c            |  72 +++++++++++++++
 src/bin/pg_upgrade/pg_upgrade.h            |  14 +++
 src/bin/pg_upgrade/server.c                |   2 +-
 src/bin/pg_upgrade/tablespace.c            |   5 +-
 src/bin/pg_upgrade/version.c               |   8 +-
 src/include/catalog/pg_proc.dat            |   4 +
 21 files changed, 233 insertions(+), 158 deletions(-)


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

Reply via email to