diff -U3 /tmp/cirrus-ci-build/src/test/modules/test_oat_hooks/expected/test_oat_hooks.out /tmp/cirrus-ci-build/build/testrun/test_oat_hooks/regress/results/test_oat_hooks.out --- /tmp/cirrus-ci-build/src/test/modules/test_oat_hooks/expected/test_oat_hooks.out 2024-02-22 13:04:49.007330000 +0000 +++ /tmp/cirrus-ci-build/build/testrun/test_oat_hooks/regress/results/test_oat_hooks.out 2024-02-22 13:08:52.493336000 +0000 @@ -71,11 +71,7 @@ CREATE TABLE regress_test_table (t text); NOTICE: in process utility: superuser attempting CREATE TABLE NOTICE: in object access: superuser attempting namespace search (subId=0x0) [no report on violation, allowed] -LINE 1: CREATE TABLE regress_test_table (t text); - ^ NOTICE: in object access: superuser finished namespace search (subId=0x0) [no report on violation, allowed] -LINE 1: CREATE TABLE regress_test_table (t text); - ^ NOTICE: in object access: superuser attempting create (subId=0x0) [explicit] NOTICE: in object access: superuser finished create (subId=0x0) [explicit] NOTICE: in object access: superuser attempting create (subId=0x0) [explicit] @@ -149,11 +145,7 @@ NOTICE: in process utility: non-superuser finished SET SELECT * FROM regress_test_table; NOTICE: in object access: non-superuser attempting namespace search (subId=0x0) [no report on violation, allowed] -LINE 1: SELECT * FROM regress_test_table; - ^ NOTICE: in object access: non-superuser finished namespace search (subId=0x0) [no report on violation, allowed] -LINE 1: SELECT * FROM regress_test_table; - ^ NOTICE: in executor check perms: non-superuser attempting execute NOTICE: in executor check perms: non-superuser finished execute t @@ -250,11 +242,7 @@ ERROR: permission denied: set session_authorization SELECT * FROM regress_test_table; NOTICE: in object access: superuser attempting namespace search (subId=0x0) [no report on violation, allowed] -LINE 1: SELECT * FROM regress_test_table; - ^ NOTICE: in object access: superuser finished namespace search (subId=0x0) [no report on violation, allowed] -LINE 1: SELECT * FROM regress_test_table; - ^ NOTICE: in executor check perms: superuser attempting execute NOTICE: in executor check perms: superuser finished execute t diff -U3 /tmp/cirrus-ci-build/src/test/modules/test_oat_hooks/expected/alter_table.out /tmp/cirrus-ci-build/build/testrun/test_oat_hooks/regress/results/alter_table.out --- /tmp/cirrus-ci-build/src/test/modules/test_oat_hooks/expected/alter_table.out 2024-02-22 13:04:49.007314000 +0000 +++ /tmp/cirrus-ci-build/build/testrun/test_oat_hooks/regress/results/alter_table.out 2024-02-22 13:08:52.510080000 +0000 @@ -18,11 +18,7 @@ CREATE TABLE test_oat_schema.test_oat_tab (c1 int, c2 text); NOTICE: in process utility: superuser attempting CREATE TABLE NOTICE: in object access: superuser attempting namespace search (subId=0x0) [report on violation, allowed] -LINE 1: CREATE TABLE test_oat_schema.test_oat_tab (c1 int, c2 text); - ^ NOTICE: in object access: superuser finished namespace search (subId=0x0) [report on violation, allowed] -LINE 1: CREATE TABLE test_oat_schema.test_oat_tab (c1 int, c2 text); - ^ NOTICE: in object access: superuser attempting namespace search (subId=0x0) [no report on violation, allowed] NOTICE: in object access: superuser finished namespace search (subId=0x0) [no report on violation, allowed] NOTICE: in object access: superuser attempting namespace search (subId=0x0) [report on violation, allowed]