Small patch to move get_grosysid() from catalog/aclchk.c to

Neil Conway <neilc@samurai.com>

Commit: f76730e35a05afb45abc487c76a01407e199da8d
Author: Neil Conway <neilc@samurai.com>
Date: 2005-01-27T23:36:15Z
Releases: 8.1.0
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

PathChange+/−
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