postgresql/src/backend/tcop
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
..
Makefile Remove cvs keywords from all files. 2010-09-20 22:08:53 +02:00
dest.c Update copyright for 2018 2018-01-02 23:30:12 -05:00
fastpath.c Update copyright for 2018 2018-01-02 23:30:12 -05:00
postgres.c Update portal-related memory context names and API 2018-01-09 13:47:56 -05:00
pquery.c Remove PortalGetQueryDesc() 2018-01-09 13:47:56 -05:00
utility.c Replace GrantObjectType with ObjectType 2018-01-19 14:01:14 -05:00