postgresql/src/backend/access
Peter Eisentraut 8b9e9644dc Replace AclObjectKind with ObjectType
AclObjectKind was basically just another enumeration for object types,
and we already have a preferred one for that.  It's only used in
aclcheck_error.  By using ObjectType instead, we can also give some more
precise error messages, for example "index" instead of "relation".

Reviewed-by: Michael Paquier <michael.paquier@gmail.com>
2018-01-19 14:01:15 -05:00
..
brin Replace AclObjectKind with ObjectType 2018-01-19 14:01:15 -05:00
common Local partitioned indexes 2018-01-19 11:49:22 -03:00
gin Replace AclObjectKind with ObjectType 2018-01-19 14:01:15 -05:00
gist Change some bogus PageGetLSN calls to BufferGetLSNAtomic 2018-01-09 17:06:31 -03:00
hash Update copyright for 2018 2018-01-02 23:30:12 -05:00
heap Local partitioned indexes 2018-01-19 11:49:22 -03:00
index Local partitioned indexes 2018-01-19 11:49:22 -03:00
nbtree Change some bogus PageGetLSN calls to BufferGetLSNAtomic 2018-01-09 17:06:31 -03:00
rmgrdesc Update copyright for 2018 2018-01-02 23:30:12 -05:00
spgist Update copyright for 2018 2018-01-02 23:30:12 -05:00
tablesample Update copyright for 2018 2018-01-02 23:30:12 -05:00
transam Transfer state pertaining to pending REINDEX operations to workers. 2018-01-19 07:48:54 -05:00
Makefile TABLESAMPLE, SQL Standard and extensible 2015-05-15 14:37:10 -04:00