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

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

commit 4f9ceb8ac5e166273ff6fb321db95a058d422bea
Author: Adam Lee <[email protected]>
AuthorDate: Wed Sep 28 11:06:20 2022 +0800

    Revert "Fix pipeline failure caused by psql_gp_commands test"
    
    This could be a good case for gpcheckcat testing access methods with
    internal handlers.
---
 src/test/regress/expected/psql_gp_commands.out | 1 -
 src/test/regress/sql/psql_gp_commands.sql      | 1 -
 2 files changed, 2 deletions(-)

diff --git a/src/test/regress/expected/psql_gp_commands.out 
b/src/test/regress/expected/psql_gp_commands.out
index 10755c56fc..53bd8e5672 100644
--- a/src/test/regress/expected/psql_gp_commands.out
+++ b/src/test/regress/expected/psql_gp_commands.out
@@ -270,4 +270,3 @@ ALTER FUNCTION foofunc_exec_on_initplan() OWNER TO 
test_psql_de_role;
 -- Clean up
 DROP OWNED BY test_psql_de_role;
 DROP ROLE test_psql_de_role;
-DROP ACCESS METHOD bogus;
diff --git a/src/test/regress/sql/psql_gp_commands.sql 
b/src/test/regress/sql/psql_gp_commands.sql
index 5a86f0339d..f32887ba9e 100644
--- a/src/test/regress/sql/psql_gp_commands.sql
+++ b/src/test/regress/sql/psql_gp_commands.sql
@@ -140,4 +140,3 @@ ALTER FUNCTION foofunc_exec_on_initplan() OWNER TO 
test_psql_de_role;
 -- Clean up
 DROP OWNED BY test_psql_de_role;
 DROP ROLE test_psql_de_role;
-DROP ACCESS METHOD bogus;


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

Reply via email to