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 ca01a13a576 Fix extnesible SMGR API violation in ao_truncate replay 
(#1925)
     new a4d181e67d5 Re-apply DROP DATABASE getting interrupted fix and adapt 
for MPP
     new e66d65ce4c9 Fix DROP DATABASE for databases with many ACLs
     new aab01f6941e Partially re-apply 
https://github.com/postgres/postgres/commit/63f01980560adb57524f8b004b8f47de7e29cc38

The 3 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/dbcommands.c                  | 94 ++++++++++++++--------
 src/backend/utils/init/postinit.c                  | 29 +++++++
 src/bin/pg_dump/t/002_pg_dump.pl                   |  3 +
 .../expected/dropdb_crash_before_remove_tuple.out  | 75 +++++++++++++++++
 .../isolation2/expected/dropdb_crash_hazards.out   | 73 +++++++++++++++++
 src/test/isolation2/isolation2_crash_schedule      |  1 +
 .../sql/dropdb_crash_before_remove_tuple.sql       | 48 +++++++++++
 src/test/isolation2/sql/dropdb_crash_hazards.sql   | 48 +++++++++++
 8 files changed, 337 insertions(+), 34 deletions(-)
 create mode 100644 
src/test/isolation2/expected/dropdb_crash_before_remove_tuple.out
 create mode 100644 src/test/isolation2/expected/dropdb_crash_hazards.out
 create mode 100644 src/test/isolation2/sql/dropdb_crash_before_remove_tuple.sql
 create mode 100644 src/test/isolation2/sql/dropdb_crash_hazards.sql


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

Reply via email to