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

chenjinbao1989 pushed a change to branch cbdb-postgres-merge
in repository https://gitbox.apache.org/repos/asf/cloudberry.git


    from 180cce26ba4 Fix directory table
     new 672921aace1 Fix conflicts on pg_dump
     new fbdbeb8461f Fix conflicts for pg_dump

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:
 src/backend/commands/user.c           |    4 +-
 src/bin/pg_dump/Makefile              |   12 +-
 src/bin/pg_dump/common.c              |    7 -
 src/bin/pg_dump/dumputils.c           |   50 -
 src/bin/pg_dump/pg_backup_archiver.c  |  111 +-
 src/bin/pg_dump/pg_backup_directory.c |   50 -
 src/bin/pg_dump/pg_backup_tar.c       |   12 -
 src/bin/pg_dump/pg_dump.c             | 2295 +--------------------------------
 src/bin/pg_dump/pg_dump.h             |   26 +-
 src/bin/pg_dump/pg_dump_sort.c        |   58 +-
 src/bin/pg_dump/pg_dumpall.c          |  210 +--
 src/bin/pg_dump/t/002_pg_dump.pl      |  337 -----
 src/bin/pg_dump/t/010_dump_connstr.pl |    4 -
 13 files changed, 91 insertions(+), 3085 deletions(-)


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

Reply via email to