Re: New Object Access Type hooks - Mailing list pgsql-hackers

From Justin Pryzby
Subject Re: New Object Access Type hooks
Date
Msg-id 20220322231311.GK28503@telsasoft.com
Whole thread Raw
In response to Re: New Object Access Type hooks  (Andrew Dunstan <andrew@dunslane.net>)
List pgsql-hackers
If I'm not wrong, this is still causing issues at least on cfbot/windows, even
since f0206d99.

https://cirrus-ci.com/task/5266352712712192
https://cirrus-ci.com/task/5061218867085312
https://cirrus-ci.com/task/5663822005403648
https://cirrus-ci.com/task/5744257246953472

https://cirrus-ci.com/task/5744257246953472
[22:26:50.939] test test_oat_hooks               ... FAILED      173 ms

https://api.cirrus-ci.com/v1/artifact/task/5744257246953472/log/src/test/modules/test_oat_hooks/regression.diffs
diff -w -U3 c:/cirrus/src/test/modules/test_oat_hooks/expected/test_oat_hooks.out
c:/cirrus/src/test/modules/test_oat_hooks/results/test_oat_hooks.out
--- c:/cirrus/src/test/modules/test_oat_hooks/expected/test_oat_hooks.out    2022-03-22 22:13:23.386895200 +0000
+++ c:/cirrus/src/test/modules/test_oat_hooks/results/test_oat_hooks.out    2022-03-22 22:26:51.104419600 +0000
@@ -15,12 +15,6 @@
 NOTICE:  in process utility: superuser finished CreateRoleStmt
 CREATE TABLE regress_test_table (t text);
 NOTICE:  in process utility: superuser attempting CreateStmt
-NOTICE:  in object access: superuser attempting namespace search (subId=0) [no report on violation, allowed]
-LINE 1: CREATE TABLE regress_test_table (t text);
-                     ^
-NOTICE:  in object access: superuser finished namespace search (subId=0) [no report on violation, allowed]
-LINE 1: CREATE TABLE regress_test_table (t text);
-                     ^
 NOTICE:  in object access: superuser attempting create (subId=0) [explicit]



pgsql-hackers by date:

Previous
From: Andres Freund
Date:
Subject: Re: New Object Access Type hooks
Next
From: Andres Freund
Date:
Subject: Re: XMAX_LOCK_ONLY and XMAX_COMMITTED (fk/multixact code)