replace GrantObjectType with ObjectType

From: Peter Eisentraut <peter(dot)eisentraut(at)2ndquadrant(dot)com>
To: pgsql-hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: replace GrantObjectType with ObjectType
Date: 2017-10-11 22:55:13
Message-ID: b1c40cef-bec4-41d4-5911-99858b4a0fbd@2ndquadrant.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

It seems to me that having ACL_OBJECT_* symbols alongside OBJECT_*
symbols is not useful and leads to duplication. Digging around in the
past suggests that we used to have a lot of these command-specific
symbols but got rid of them over time, except that the ACL stuff was
never touched. The attached patch accomplishes that.

--
Peter Eisentraut http://www.2ndQuadrant.com/
PostgreSQL Development, 24x7 Support, Remote DBA, Training & Services

Attachment Content-Type Size
0001-Replace-GrantObjectType-with-ObjectType.patch text/plain 43.8 KB

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Michael Paquier 2017-10-11 23:11:06 Re: Is it time to kill support for very old servers?
Previous Message Masahiko Sawada 2017-10-11 22:52:31 Re: Fix a typo in execReplication.c