]> granicus.if.org Git - postgresql/blobdiff - src/include/utils/acl.h
Create a 'type cache' that keeps track of the data needed for any particular
[postgresql] / src / include / utils / acl.h
index 332790f3c1dda4f2242e400170d8dc45e80dc8da..29a807744ca01d7bfcf7a92291e3a7966b46b10b 100644 (file)
@@ -7,7 +7,7 @@
  * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: acl.h,v 1.60 2003/08/04 02:40:15 momjian Exp $
+ * $Id: acl.h,v 1.62 2003/08/17 19:58:06 tgl Exp $
  *
  * NOTES
  *       For backward-compatibility purposes we have to allow there
@@ -190,7 +190,7 @@ typedef enum AclObjectKind
        ACL_KIND_OPCLASS,                       /* pg_opclass */
        ACL_KIND_CONVERSION,            /* pg_conversion */
        MAX_ACL_KIND                            /* MUST BE LAST */
-}      AclObjectKind;
+} AclObjectKind;
 
 /*
  * routines used internally
@@ -209,6 +209,7 @@ extern Datum aclremove(PG_FUNCTION_ARGS);
 extern Datum aclcontains(PG_FUNCTION_ARGS);
 extern Datum makeaclitem(PG_FUNCTION_ARGS);
 extern Datum aclitem_eq(PG_FUNCTION_ARGS);
+extern Datum hash_aclitem(PG_FUNCTION_ARGS);
 
 /*
  * prototypes for functions in aclchk.c