8000 Fix index_create for multi-column indices · postgrespro/postgres_cluster@8157c83 · GitHub
[go: up one dir, main page]

Skip to content

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

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
< 8000 button class="Button Button--iconOnly Button--invisible" aria-label="Open diff view settings" id=":R1stdab:" aria-haspopup="true" aria-expanded="false" tabindex="0">

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)
0