|
8 | 8 | * |
9 | 9 | * |
10 | 10 | * IDENTIFICATION |
11 | | - * $PostgreSQL: pgsql/src/backend/catalog/heap.c,v 1.304 2006/07/03 22:45:37 tgl Exp $ |
| 11 | + * $PostgreSQL: pgsql/src/backend/catalog/heap.c,v 1.305 2006/07/08 20:45:38 alvherre Exp $ |
12 | 12 | * |
13 | 13 | * |
14 | 14 | * INTERFACE ROUTINES |
@@ -554,7 +554,7 @@ AddNewAttributeTuples(Oid new_rel_oid, |
554 | 554 | * Caller has already opened and locked pg_class. |
555 | 555 | * Tuple data is taken from new_rel_desc->rd_rel, except for the |
556 | 556 | * variable-width fields which are not present in a cached reldesc. |
557 | | - * Wealway initialize relacl to NULL (i.e., default permissions), |
| 557 | + * Wealways initialize relacl to NULL (i.e., default permissions), |
558 | 558 | * and reloptions is set to the passed-in text array (if any). |
559 | 559 | * -------------------------------- |
560 | 560 | */ |
|