pgsql: Small patch to move get_grosysid() from catalog/aclchk.c to - Mailing list pgsql-committers

From neilc@svr1.postgresql.org (Neil Conway)
Subject pgsql: Small patch to move get_grosysid() from catalog/aclchk.c to
Date
Msg-id 20050127233618.CF8D03A6088@svr1.postgresql.org
Whole thread Raw
List 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)

pgsql-committers by date:

Previous
From: neilc@svr1.postgresql.org (Neil Conway)
Date:
Subject: pgsql: Change heap_modifytuple() to require a TupleDesc rather than a
Next
From: tgl@svr1.postgresql.org (Tom Lane)
Date:
Subject: pgsql: Check that aggregate creator has the right to execute the