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

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


The following commit(s) were added to refs/heads/cbdb-postgres-merge by this 
push:
     new 2a1b0d63dd0 Fix answer file for database
2a1b0d63dd0 is described below

commit 2a1b0d63dd0d352176d743ab6bbfdb95de7d4bcf
Author: Jinbao Chen <[email protected]>
AuthorDate: Sat Dec 20 21:07:17 2025 +0800

    Fix answer file for database
---
 src/test/regress/expected/database.out | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/src/test/regress/expected/database.out 
b/src/test/regress/expected/database.out
index 4cbdbdf84d0..f71cdbb3a2f 100644
--- a/src/test/regress/expected/database.out
+++ b/src/test/regress/expected/database.out
@@ -9,8 +9,10 @@ BEGIN;
 UPDATE pg_database
 SET datacl = array_fill(makeaclitem(10, 10, 'USAGE', false), ARRAY[5e5::int])
 WHERE datname = 'regression_utf8';
+ERROR:  permission denied: "pg_database" is a system catalog
 -- load catcache entry, if nothing else does
 ALTER DATABASE regression_utf8 RESET TABLESPACE;
+ERROR:  current transaction is aborted, commands ignored until end of 
transaction block
 ROLLBACK;
 CREATE ROLE regress_datdba_before;
 CREATE ROLE regress_datdba_after;


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

Reply via email to