postgresql/src/backend/utils
Peter Eisentraut 2c6f37ed62 Replace GrantObjectType with ObjectType
There used to be a lot of different *Type and *Kind symbol groups to
address objects within different commands, most of which have been
replaced by ObjectType, starting with
b256f24264.  But this conversion was never
done for the ACL commands until now.

This change ends up being just a plain replacement of the types and
symbols, without any code restructuring needed, except deleting some now
redundant code.

Reviewed-by: Michael Paquier <michael.paquier@gmail.com>
Reviewed-by: Stephen Frost <sfrost@snowman.net>
2018-01-19 14:01:14 -05:00
..
adt Replace GrantObjectType with ObjectType 2018-01-19 14:01:14 -05:00
cache Local partitioned indexes 2018-01-19 11:49:22 -03:00
error Update copyright for 2018 2018-01-02 23:30:12 -05:00
fmgr Update copyright for 2018 2018-01-02 23:30:12 -05:00
hash Update copyright for 2018 2018-01-02 23:30:12 -05:00
init Update copyright for 2018 2018-01-02 23:30:12 -05:00
mb Update copyright for 2018 2018-01-02 23:30:12 -05:00
misc Update copyright for 2018 2018-01-02 23:30:12 -05:00
mmgr Give more accurate error message for dropping pinned portal 2018-01-10 09:22:07 -05:00
resowner Update copyright for 2018 2018-01-02 23:30:12 -05:00
sort Update copyright for 2018 2018-01-02 23:30:12 -05:00
time Update copyright for 2018 2018-01-02 23:30:12 -05:00
.gitignore Generate fmgr prototypes automatically 2017-01-17 14:06:07 -05:00
Gen_dummy_probes.pl Update copyright for 2018 2018-01-02 23:30:12 -05:00
Gen_dummy_probes.sed Update copyright for 2018 2018-01-02 23:30:12 -05:00
Gen_fmgrtab.pl Update copyright for 2018 2018-01-02 23:30:12 -05:00
Makefile Replace binary search in fmgr_isbuiltin with a lookup array. 2017-10-04 00:22:38 -07:00
errcodes.txt Update copyright for 2018 2018-01-02 23:30:12 -05:00
generate-errcodes.pl Update copyright for 2018 2018-01-02 23:30:12 -05:00
probes.d Update copyright for 2018 2018-01-02 23:30:12 -05:00