projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7acd9a3
)
Fix index_create for multi-column indices
author
Vadim B. Mikheev
<vadim4o@yahoo.com>
Wed, 19 Mar 1997 07:36:35 +0000
(07:36 +0000)
committer
Vadim B. Mikheev
<vadim4o@yahoo.com>
Wed, 19 Mar 1997 07:36:35 +0000
(07:36 +0000)
src/include/catalog/index.h
patch
|
blob
|
blame
|
history
diff --git
a/src/include/catalog/index.h
b/src/include/catalog/index.h
index d5d5f8e55e27e059bf72e662dec6080c9c8c75b7..70f37d32f30357e15de744702aaec44245c9ea3b 100644
(file)
--- a/
src/include/catalog/index.h
+++ b/
src/include/catalog/index.h
@@
-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[],