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

From: neilc(at)svr1(dot)postgresql(dot)org (Neil Conway)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Small patch to move get_grosysid() from catalog/aclchk.c to
Date: 2005-01-27 23:36:18
Message-ID: 20050127233618.CF8D03A6088@svr1.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

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)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2005-01-27 23:42:22 pgsql: Check that aggregate creator has the right to execute the
Previous Message Neil Conway 2005-01-27 23:24:24 pgsql: Change heap_modifytuple() to require a TupleDesc rather than a