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 98240f92dbf CI: add ASF-release support under macOS
     new e3e0003329f Fix data inconsistency between publisher and subscriber.
     new a790f4cbdf0 Fix partition table's REPLICA IDENTITY checking on the 
subscriber.
     new f582f98bef6 Fix stale values in partition map entries on subscribers.
     new 9b0c67e6b25 Fix SPI's handling of errors during transaction commit.
     new 77dff6b2dad doc: clarify wording about phantom reads
     new c057948b2c2 doc: improve wording of plpgsql RAISE format text
     new 57bdb1be171 Fix memory leak due to LogicalRepRelMapEntry.attrmap.
     new 4101d34fbab For PostgreSQL::Test compatibility, alias entire package 
symbol tables.

The 8 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/high-availability.sgml        |   2 +-
 doc/src/sgml/mvcc.sgml                     |   7 +-
 doc/src/sgml/plpgsql.sgml                  |   2 +-
 src/backend/executor/spi.c                 |  10 --
 src/backend/replication/logical/relation.c | 170 ++++++++++++++++++++---------
 src/backend/replication/logical/worker.c   |  30 ++++-
 src/include/executor/spi.h                 |   1 -
 src/include/replication/logicalrelation.h  |   1 +
 src/test/perl/PostgreSQL/Test/Cluster.pm   |   9 +-
 src/test/perl/PostgreSQL/Test/Utils.pm     |  40 +------
 src/test/perl/PostgresNode.pm              |  25 ++---
 src/test/perl/TestLib.pm                   |  42 -------
 src/test/subscription/t/013_partition.pl   |  31 +++++-
 13 files changed, 202 insertions(+), 168 deletions(-)


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

Reply via email to