diff --git a/src/test/regress/expected/grant_on_table_propagation.out b/src/test/regress/expected/grant_on_table_propagation.out index b3418f252..dafc5d2e7 100644 --- a/src/test/regress/expected/grant_on_table_propagation.out +++ b/src/test/regress/expected/grant_on_table_propagation.out @@ -359,6 +359,8 @@ ORDER BY 1, 2; \c - - - :worker_1_port SET search_path TO grant_on_table; GRANT SELECT (a, b) ON ref_table TO grant_user_0; +ERROR: operation is not allowed on this node +HINT: Connect to the coordinator and run it again. -- check on coordinator and workers \c - - - :master_port SET search_path TO grant_on_table;