Adding missing object access hook invocations
Mark Dilger <mark.dilger@enterprisedb.com>
From: Mark Dilger <mark.dilger@enterprisedb.com>
To: "pgsql-hackers@postgresql.org" <pgsql-hackers@lists.postgresql.org>
Date: 2020-03-16T23:03:51Z
Lists: pgsql-hackers
Attachments
- v1-0001-Adding-missing-Object-Access-hook-invocations.patch (application/octet-stream) patch v1-0001
- (unnamed) (text/plain)
Hackers, While working on object access hooks, I noticed several locations where I would expect the hook to be invoked, but no actual invocation. I think this just barely qualifies as a bug. It's debatable because whether it is a bug depends on the user's expectations and whether not invoking the hook in these cases is defensible. Does anybody have any recollection of an intentional choice not to invoke in these locations? Patch attached.
Commits
-
Add missing invocations to object access hooks
- a995b371ae29 13.0 landed