!2023 删除publication.source用例中创建的发布

Merge pull request !2023 from chenxiaobin/recycle
This commit is contained in:
opengauss-bot
2022-08-10 07:08:54 +00:00
committed by Gitee
2 changed files with 2 additions and 0 deletions

View File

@ -125,5 +125,6 @@ create publication pub_test for all tables;
select * from pg_publication_tables where tablename like 'BIN$%';
purge table t_ustore_test1;
drop publication pub_test;
\! @abs_bindir@/gs_guc reload -D @abs_srcdir@/tmp_check/datanode1/ -c "enable_recyclebin = off" > /dev/null 2>&1

View File

@ -263,4 +263,5 @@ select * from pg_publication_tables where tablename like 'BIN$%';
(0 rows)
purge table t_ustore_test1;
drop publication pub_test;
\! @abs_bindir@/gs_guc reload -D @abs_srcdir@/tmp_check/datanode1/ -c "enable_recyclebin = off" > /dev/null 2>&1