Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit ad6ca0c

Browse files
committed
Another patch to quiet the compiler from D'Arcy
1 parent 2768f39 commit ad6ca0c

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/backend/catalog/heap.c

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
*
88
*
99
* 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 $
1111
*
1212
* INTERFACE ROUTINES
1313
* heap_creatr() - Create an uncataloged heap relation
@@ -824,14 +824,14 @@ heap_create(char relname[],
824824
* old comments
825825
* Except for vital relations, removes relation from
826826
* relation catalog, and related attributes from
827-
* attribute catalog (needed?). (Anything else???)
827+
* attribute catalog (needed?). (Anything else?)
828828
*
829829
* 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?)
831831
* scan attribute catalog deleting attributes of reldesc
832832
* (necessary?)
833833
* delete relation from relation catalog
834-
* (How are the tuples of the relation discarded???)
834+
* (How are the tuples of the relation discarded?)
835835
*
836836
* XXX Must fix to work with indexes.
837837
* There may be a better order for doing things.

0 commit comments

Comments
 (0)