pgsql: Add String object access hooks

From: Andrew Dunstan <andrew(at)dunslane(dot)net>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Add String object access hooks
Date: 2022-03-22 14:29:53
Message-ID: E1nWfWC-000sSE-At@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Add String object access hooks

This caters for cases where the access is to an object identified by
name rather than Oid.

The first user of these is the GUC access controls

Joshua Brindle and Mark Dilger

Discussion: https://postgr.es/m/47F87A0E-C0E5-43A6-89F6-D403F2B45175@enterprisedb.com

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/d11e84ea466b4e3855d7bd5142fb68f51c273567

Modified Files
--------------
src/backend/catalog/objectaccess.c | 140 +++++++++++++++++++++++++++++++++++--
src/backend/utils/misc/guc.c | 17 +++++
src/include/catalog/objectaccess.h | 70 ++++++++++++++++++-
src/include/nodes/parsenodes.h | 4 +-
src/include/utils/acl.h | 4 +-
5 files changed, 226 insertions(+), 9 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Andres Freund 2022-03-22 15:16:07 pgsql: pgstat: fix function name in comment.
Previous Message Tom Lane 2022-03-22 14:19:25 pgsql: Revert "graceful shutdown" changes for Windows.