Skip to content
Snippets Groups Projects
Commit 8157c833 authored by Vadim B. Mikheev's avatar Vadim B. Mikheev
Browse files

Fix index_create for multi-column indices

parent 7acd9a36
No related branches found
No related tags found
No related merge requests found
......@@ -6,7 +6,7 @@
*
* 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,
char* indexRelationName,
FuncIndexInfo *funcInfo,
TypeName *IndexKeyType,
List *attributeList,
Oid accessMethodObjectId,
int numatts,
AttrNumber attNums[],
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment