Move new typedef AclId into c.h, so as to avoid cluttering namespace

Tom Lane <tgl@sss.pgh.pa.us>

Commit: 83b06823f63aefa40736c1797890d13c043f352d
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2003-01-09T18:00:24Z
Releases: 7.4.1
Move new typedef AclId into c.h, so as to avoid cluttering namespace
by having to include miscadmin.h into other header files.

Files

PathChange+/−
src/backend/tcop/fastpath.c modified +2 −1
src/include/catalog/pg_conversion.h modified +1 −3
src/include/c.h modified +4 −2
src/include/commands/typecmds.h modified +1 −2
src/include/miscadmin.h modified +2 −8
src/include/pgstat.h modified +1 −3
src/include/utils/acl.h modified +3 −2