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

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


    omit 28a4066fdee Fix infinite loops in replaceStringInfoString
     add d4f437bcd90 Minor typo: transfrom->transform
     add c49e871b02c Fix recovery slot handling before pg_basebackup (#1675)
     add 6c4a8d7a3b1 Fix infinite loops in replaceStringInfoString

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (28a4066fdee)
            \
             N -- N -- N   refs/heads/string_replace_fix (6c4a8d7a3b1)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

No new revisions were added by this update.

Summary of changes:
 gpMgmt/bin/gppylib/commands/pg.py                  | 28 ++++++-
 .../commands/test/unit/test_unit_pg_base_backup.py | 55 ++++++++++++++
 .../gppylib/test/unit/test_unit_gpsegrecovery.py   | 88 +++++++++++-----------
 gpMgmt/bin/lib/gpconfigurenewsegment               | 31 ++------
 gpMgmt/sbin/gpsegrecovery.py                       | 27 ++-----
 src/backend/access/common/reloptions_gp.c          |  2 +-
 src/backend/commands/tablecmds.c                   |  2 +-
 src/backend/parser/parse_partition_gp.c            |  2 +-
 src/include/access/reloptions.h                    |  2 +-
 9 files changed, 141 insertions(+), 96 deletions(-)


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

Reply via email to