|
7 | 7 | *
|
8 | 8 | *
|
9 | 9 | * IDENTIFICATION
|
10 |
| - * $Header: /cvsroot/pgsql/src/backend/catalog/heap.c,v 1.6 1996/11/06 07:31:19 scrappy Exp $ |
| 10 | + * $Header: /cvsroot/pgsql/src/backend/catalog/heap.c,v 1.7 1996/11/08 00:59:10 scrappy Exp $ |
11 | 11 | *
|
12 | 12 | * INTERFACE ROUTINES
|
13 | 13 | *heap_creatr()- Create an uncataloged heap relation
|
@@ -824,14 +824,14 @@ heap_create(char relname[],
|
824 | 824 | * old comments
|
825 | 825 | *Except for vital relations, removes relation from
|
826 | 826 | *relation catalog, and related attributes from
|
827 |
| - *attribute catalog (needed?). (Anything else???) |
| 827 | + *attribute catalog (needed?). (Anything else?) |
828 | 828 | *
|
829 | 829 | *get proper relation from relation catalog (if not arg)
|
830 |
| - *check if relation is vital (strcmp()/reltype???) |
| 830 | + *check if relation is vital (strcmp()/reltype?) |
831 | 831 | *scan attribute catalog deleting attributes of reldesc
|
832 | 832 | *(necessary?)
|
833 | 833 | *delete relation from relation catalog
|
834 |
| - *(How are the tuples of the relation discarded???) |
| 834 | + *(How are the tuples of the relation discarded?) |
835 | 835 | *
|
836 | 836 | *XXX Must fix to work with indexes.
|
837 | 837 | *There may be a better order for doing things.
|
|