diff options
| author | Bruce Momjian <bruce@momjian.us> | 2010-02-26 02:01:40 +0000 |
|---|---|---|
| committer | Bruce Momjian <bruce@momjian.us> | 2010-02-26 02:01:40 +0000 |
| commit | 65e806cba1f0f154d51caa7478e7192ce58d1056 (patch) | |
| tree | 99a656d7b4ec6d038d4c24e07fadf75db4c37e79 /src/include/catalog/pg_default_acl.h | |
| parent | 16040575a04486d8e0823b4e304f4933144baf90 (diff) | |
| download | postgresql-65e806cba1f0f154d51caa7478e7192ce58d1056.tar.gz | |
pgindent run for 9.0
Diffstat (limited to 'src/include/catalog/pg_default_acl.h')
| -rw-r--r-- | src/include/catalog/pg_default_acl.h | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/src/include/catalog/pg_default_acl.h b/src/include/catalog/pg_default_acl.h index 76a90aed4c..8ea9ea48af 100644 --- a/src/include/catalog/pg_default_acl.h +++ b/src/include/catalog/pg_default_acl.h @@ -7,7 +7,7 @@ * Portions Copyright (c) 1996-2010, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $PostgreSQL: pgsql/src/include/catalog/pg_default_acl.h,v 1.3 2010/01/05 01:06:56 tgl Exp $ + * $PostgreSQL: pgsql/src/include/catalog/pg_default_acl.h,v 1.4 2010/02/26 02:01:21 momjian Exp $ * * NOTES * the genbki.pl script reads this file and generates .bki @@ -21,7 +21,7 @@ #include "catalog/genbki.h" /* ---------------- - * pg_default_acl definition. cpp turns this into + * pg_default_acl definition. cpp turns this into * typedef struct FormData_pg_default_acl * ---------------- */ @@ -29,15 +29,15 @@ CATALOG(pg_default_acl,826) { - Oid defaclrole; /* OID of role owning this ACL */ + Oid defaclrole; /* OID of role owning this ACL */ Oid defaclnamespace; /* OID of namespace, or 0 for all */ - char defaclobjtype; /* see DEFACLOBJ_xxx constants below */ + char defaclobjtype; /* see DEFACLOBJ_xxx constants below */ /* * VARIABLE LENGTH FIELDS start here. */ - aclitem defaclacl[1]; /* permissions to add at CREATE time */ + aclitem defaclacl[1]; /* permissions to add at CREATE time */ } FormData_pg_default_acl; /* ---------------- @@ -65,11 +65,11 @@ typedef FormData_pg_default_acl *Form_pg_default_acl; /* * Types of objects for which the user is allowed to specify default - * permissions through pg_default_acl. These codes are used in the + * permissions through pg_default_acl. These codes are used in the * defaclobjtype column. */ #define DEFACLOBJ_RELATION 'r' /* table, view */ #define DEFACLOBJ_SEQUENCE 'S' /* sequence */ #define DEFACLOBJ_FUNCTION 'f' /* function */ -#endif /* PG_DEFAULT_ACL_H */ +#endif /* PG_DEFAULT_ACL_H */ |
