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

Commit 8157c83

Browse files
committed
Fix index_create for multi-column indices
1 parent 7acd9a3 commit 8157c83

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/include/catalog/index.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
*
77
* Copyright (c) 1994, Regents of the University of California
88
*
9-
* $Id: index.h,v 1.4 1996/11/13 20:50:49 scrappy Exp $
9+
* $Id: index.h,v 1.5 1997/03/19 07:36:35 vadim Exp $
1010
*
1111
*-------------------------------------------------------------------------
1212
*/
@@ -31,7 +31,7 @@ extern void InitIndexStrategy(int numatts,
3131
extern void index_create(char *heapRelationName,
3232
char* indexRelationName,
3333
FuncIndexInfo *funcInfo,
34-
TypeName *IndexKeyType,
34+
List *attributeList,
3535
Oid accessMethodObjectId,
3636
int numatts,
3737
AttrNumber attNums[],

0 commit comments

Comments
 (0)