postgresql/src/backend
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
..
access Local partitioned indexes 2018-01-19 11:49:22 -03:00
bootstrap Local partitioned indexes 2018-01-19 11:49:22 -03:00
catalog Replace GrantObjectType with ObjectType 2018-01-19 14:01:14 -05:00
commands Replace GrantObjectType with ObjectType 2018-01-19 14:01:14 -05:00
executor Remove useless lookup of root partitioned rel in ExecInitModifyTable(). 2018-01-17 14:44:15 -05:00
foreign Update copyright for 2018 2018-01-02 23:30:12 -05:00
lib Update copyright for 2018 2018-01-02 23:30:12 -05:00
libpq Update comment 2018-01-18 19:36:34 -05:00
main Update copyright for 2018 2018-01-02 23:30:12 -05:00
nodes Local partitioned indexes 2018-01-19 11:49:22 -03:00
optimizer Reorder C includes 2018-01-17 18:10:05 -05:00
parser Replace GrantObjectType with ObjectType 2018-01-19 14:01:14 -05:00
po Translation updates 2017-08-07 13:55:34 -04:00
port Update copyright for 2018 2018-01-02 23:30:12 -05:00
postmaster Update copyright for 2018 2018-01-02 23:30:12 -05:00
regex Update copyright for 2018 2018-01-02 23:30:12 -05:00
replication Fix typo in recent commit 2018-01-19 06:36:17 +00:00
rewrite Update copyright for 2018 2018-01-02 23:30:12 -05:00
snowball Update copyright for 2018 2018-01-02 23:30:12 -05:00
statistics Update copyright for 2018 2018-01-02 23:30:12 -05:00
storage Fix Latin spelling 2018-01-11 08:32:01 -05:00
tcop Replace GrantObjectType with ObjectType 2018-01-19 14:01:14 -05:00
tsearch Update copyright for 2018 2018-01-02 23:30:12 -05:00
utils Replace GrantObjectType with ObjectType 2018-01-19 14:01:14 -05:00
.gitignore Add .gitignore entries for AIX-specific intermediate build artifacts. 2015-07-08 20:44:22 -04:00
Makefile Update copyright for 2018 2018-01-02 23:30:12 -05:00
common.mk Add ICU_CFLAGS to global CPPFLAGS 2017-06-12 15:57:22 -04:00
nls.mk Translation updates 2017-05-15 12:19:54 -04:00