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

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


    from 54a402cf3ed Add a FIXME for potential failures in other files.
     new 6290d5d96b2 Fix pg_dump for hash partitioning on enum columns.
     new ccd790ebcf6 Fix CI for Cloudberry

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:
 doc/src/sgml/ref/pg_dump.sgml             |  10 --
 doc/src/sgml/ref/pg_dumpall.sgml          |   4 -
 src/bin/pg_dump/common.c                  |  26 ++---
 src/bin/pg_dump/meson.build               | 105 +++++++++++++++++++++
 src/bin/pg_dump/pg_backup_archiver.c      |  73 +++++++++++++--
 src/bin/pg_dump/pg_dump.c                 | 151 +++++++++++++++++++++++++-----
 src/bin/pg_dump/pg_dump.h                 |   2 +
 src/bin/pg_dump/t/004_pg_dump_parallel.pl |  81 ++++++++++++++++
 8 files changed, 392 insertions(+), 60 deletions(-)
 create mode 100644 src/bin/pg_dump/meson.build
 create mode 100644 src/bin/pg_dump/t/004_pg_dump_parallel.pl


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

Reply via email to