]> granicus.if.org Git - postgresql/commit
Small patch to move get_grosysid() from catalog/aclchk.c to
authorNeil Conway <neilc@samurai.com>
Thu, 27 Jan 2005 23:36:15 +0000 (23:36 +0000)
committerNeil Conway <neilc@samurai.com>
Thu, 27 Jan 2005 23:36:15 +0000 (23:36 +0000)
commitf76730e35a05afb45abc487c76a01407e199da8d
tree645aa7acce9b58384de95e70c30e591e7fd3b0b9
parenta885ecd6efc28b57b8079ae865a6a09035d1fc3d
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.
src/backend/catalog/aclchk.c
src/backend/utils/cache/lsyscache.c
src/include/utils/acl.h
src/include/utils/lsyscache.h