From edbf5cf407f427402dd7fd9b152064b7ce0a6581 Mon Sep 17 00:00:00 2001 From: Onur Tirtir Date: Fri, 25 Apr 2025 15:50:52 +0300 Subject: [PATCH] fix one more test --- src/test/regress/expected/pg17.out | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/test/regress/expected/pg17.out b/src/test/regress/expected/pg17.out index 5c0dc73c6..edda22f26 100644 --- a/src/test/regress/expected/pg17.out +++ b/src/test/regress/expected/pg17.out @@ -473,11 +473,11 @@ DETAIL: on server regress_maintain@localhost:xxxxx connectionId: xxxxxxx RESET ROLE; SET citus.grep_remote_commands = '%maintain%'; REVOKE MAINTAIN ON dist_test FROM regress_maintain; -NOTICE: issuing REVOKE maintain ON dist_test FROM regress_maintain +NOTICE: issuing REVOKE maintain ON dist_test FROM regress_maintain RESTRICT DETAIL: on server postgres@localhost:xxxxx connectionId: xxxxxxx -NOTICE: issuing REVOKE maintain ON dist_test FROM regress_maintain +NOTICE: issuing REVOKE maintain ON dist_test FROM regress_maintain RESTRICT DETAIL: on server postgres@localhost:xxxxx connectionId: xxxxxxx -NOTICE: issuing SELECT worker_apply_shard_ddl_command (20240023, 'pg17', 'REVOKE maintain ON dist_test FROM regress_maintain') +NOTICE: issuing SELECT worker_apply_shard_ddl_command (20240023, 'pg17', 'REVOKE maintain ON dist_test FROM regress_maintain RESTRICT') DETAIL: on server postgres@localhost:xxxxx connectionId: xxxxxxx RESET citus.grep_remote_commands; SET ROLE regress_maintain;