Fix index_create for multi-column indices
This commit is contained in:
parent
7acd9a3609
commit
8157c833aa
@ -6,7 +6,7 @@
|
|||||||
*
|
*
|
||||||
* Copyright (c) 1994, Regents of the University of California
|
* Copyright (c) 1994, Regents of the University of California
|
||||||
*
|
*
|
||||||
* $Id: index.h,v 1.4 1996/11/13 20:50:49 scrappy Exp $
|
* $Id: index.h,v 1.5 1997/03/19 07:36:35 vadim Exp $
|
||||||
*
|
*
|
||||||
*-------------------------------------------------------------------------
|
*-------------------------------------------------------------------------
|
||||||
*/
|
*/
|
||||||
@ -31,7 +31,7 @@ extern void InitIndexStrategy(int numatts,
|
|||||||
extern void index_create(char *heapRelationName,
|
extern void index_create(char *heapRelationName,
|
||||||
char* indexRelationName,
|
char* indexRelationName,
|
||||||
FuncIndexInfo *funcInfo,
|
FuncIndexInfo *funcInfo,
|
||||||
TypeName *IndexKeyType,
|
List *attributeList,
|
||||||
Oid accessMethodObjectId,
|
Oid accessMethodObjectId,
|
||||||
int numatts,
|
int numatts,
|
||||||
AttrNumber attNums[],
|
AttrNumber attNums[],
|
||||||
|
Loading…
x
Reference in New Issue
Block a user