Small patch to move get_grosysid() from catalog/aclchk.c to
Neil Conway <neilc@samurai.com>
Small patch to move get_grosysid() from catalog/aclchk.c to utils/cache/lsyscache.c where it can be used by other things. Also cleans up both get_usesysid() and get_grosysid() a bit. From Stephen Frost.
Files
| Path | Change | +/− |
|---|---|---|
| src/backend/catalog/aclchk.c | modified | +1 −23 |
| src/backend/utils/cache/lsyscache.c | modified | +35 −4 |
| src/include/utils/acl.h | modified | +1 −2 |
| src/include/utils/lsyscache.h | modified | +3 −2 |