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

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


    from b64d461e37 Epic: Rebrand Names and URLs for ASF Compliance (#731)
     new d9eed04362 pg_upgrade: Remove unnecessary line type check
     new 1f586b78f8 pg_upgrade: Use gp_fatal_log for check output
     new a1a76e576c pg_upgrade: Remove gphdfs checks.
     new fc26347b8a Drop __gpupgrade_tmp if exists.
     new 147829456e Check for multi-column LIST partition keys
     new baa15aa81b pg_upgrade: Add check for functions dependent on plpython2
     new 45ea69acc1 Remove dead pg_upgrade code
     new 62075a5943 pg_upgrade Exclude `$libdir/plpython2` during library check
     new 90c1232153 Restructure pg_upgrade output directories for better 
idempotence
     new 9317bee828 Ensure check output files land in the same location
     new b779ad268c pg_upgrade: further tweaking of make_outputdirs().
     new 829077d9b1 pg_upgrade: Add flag for relocateable output
     new 9bdea2a41c Fix check_multi_column_list_partition_keys
     new f8e419e957 pg_upgrade: check for views using removed operators
     new bfd04d5bf0 pg_upgrade: check for views using removed functions
     new 45804f8843 pg_upgrade: version guard checks that use 6X support 
functions
     new 37ea555352 pg_upgrade: check for views using removed types
     new 106062292d pg_upgrade: Add check for disallowed OPERATOR
     new af87dadf52 Remove a fixme of pg_upgrade makefile
     new 84e8a03e14 pg_upgrade: modify `--output-dir` to not create certain 
sub-directories
     new 409d926956 Report incompatible roles in pg_upgrade checking
     new 8e490bc213 Update 
check_for_appendonly_materialized_view_with_relfrozenxid
     new a96fe0553c Resolve cherry-picks

The 23 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:
 doc/src/sgml/ref/pgupgrade.sgml                    |   5 +-
 src/bin/pg_upgrade/Makefile                        |   8 +-
 src/bin/pg_upgrade/check.c                         | 223 ++----
 src/bin/pg_upgrade/function.c                      |  13 +-
 src/bin/pg_upgrade/greenplum/check_gp.c            | 852 +++++++++++++++++----
 src/bin/pg_upgrade/greenplum/option_gp.c           |  14 +
 .../pg_upgrade/greenplum/pg_upgrade_greenplum.h    |  13 +-
 src/bin/pg_upgrade/greenplum/util.c                |  89 +++
 src/bin/pg_upgrade/greenplum/version_gp.c          |  19 +-
 src/bin/pg_upgrade/pg_upgrade.c                    |  99 ++-
 src/bin/pg_upgrade/pg_upgrade.h                    |  14 +-
 src/bin/pg_upgrade/util.c                          |  42 +
 src/bin/pg_upgrade/version.c                       |  25 +-
 13 files changed, 1029 insertions(+), 387 deletions(-)
 create mode 100644 src/bin/pg_upgrade/greenplum/util.c


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

Reply via email to