8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7acd9a3 commit 8157c83Copy full SHA for 8157c83
src/include/catalog/index.h
@@ -6,7 +6,7 @@
6
*
7
* Copyright (c) 1994, Regents of the University of California
8
9
- * $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 $
10
11
*-------------------------------------------------------------------------
12
*/
@@ -31,7 +31,7 @@ extern void InitIndexStrategy(int numatts,
31
extern void index_create(char *heapRelationName,
32
char* indexRelationName,
33
FuncIndexInfo *funcInfo,
34
- TypeName *IndexKeyType,
+ List *attributeList,
35
Oid accessMethodObjectId,
36
int numatts,
37
AttrNumber attNums[],
0 commit comments