Log Message:
-----------
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.
Modified Files:
--------------
pgsql/src/backend/catalog:
aclchk.c (r1.109 -> r1.110)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/catalog/aclchk.c.diff?r1=1.109&r2=1.110)
pgsql/src/backend/utils/cache:
lsyscache.c (r1.119 -> r1.120)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/utils/cache/lsyscache.c.diff?r1=1.119&r2=1.120)
pgsql/src/include/utils:
acl.h (r1.76 -> r1.77)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/include/utils/acl.h.diff?r1=1.76&r2=1.77)
lsyscache.h (r1.93 -> r1.94)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/include/utils/lsyscache.h.diff?r1=1.93&r2=1.94)
---------------------------(end of broadcast)---------------------------
TIP 8: explain analyze is your friend