pull/7450/head
eaydingol 2024-01-24 11:37:38 +00:00
parent ed967a9c6d
commit 3c6377738b
1 changed files with 1 additions and 1 deletions

View File

@ -4,4 +4,4 @@ CREATE USER nonsuperuser CREATEROLE;
SET ROLE nonsuperuser;
--- The non-superuser role should not be able to access citus_internal functions
SELECT citus_internal.commit_management_command_2pc();
select citus_internal.replace_isolation_tester_func();
SELECT citus_internal.replace_isolation_tester_func();