Move new typedef AclId into c.h, so as to avoid cluttering namespace
Tom Lane <tgl@sss.pgh.pa.us>
Move new typedef AclId into c.h, so as to avoid cluttering namespace by having to include miscadmin.h into other header files.
Files
| Path | Change | +/− |
|---|---|---|
| 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 |