Re: Role Attribute Bitmask Catalog Representation - Mailing list pgsql-hackers

From Alvaro Herrera
Subject Re: Role Attribute Bitmask Catalog Representation
Date
Msg-id 20141219134943.GV1768@alvh.no-ip.org
Whole thread Raw
In response to Re: Role Attribute Bitmask Catalog Representation  (Alvaro Herrera <alvherre@2ndquadrant.com>)
Responses Re: Role Attribute Bitmask Catalog Representation  (Alvaro Herrera <alvherre@2ndquadrant.com>)
List pgsql-hackers
The fact that the ROLE_ATTR_* definitions are in pg_authid.h means that
there are now a lot of files that need to include that one.  I think the
includes relative to ACLs and roles is rather messy now, and this patch
makes it a bit worse.

I think we should create a new header file (maybe acltypes.h or
acldefs.h), which only contains the AclMode and RoleAttr typedefs and
their associated defines; that one would be included from parsenodes.h,
acl.h and pg_authid.h.  Everything else would be in acl.h.  So code that
currently checks permissions using only acl.h do not need any extra
includes.

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



pgsql-hackers by date:

Previous
From: Robert Haas
Date:
Subject: Re: NUMERIC private methods?
Next
From: Robert Haas
Date:
Subject: Re: parallel mode and parallel contexts