Fix call to index_create in DefineIndex.

This commit is contained in:
Vadim B. Mikheev 1997-03-19 07:52:03 +00:00
parent d656e023a1
commit aa1a887185
1 changed files with 2 additions and 2 deletions

View File

@ -7,7 +7,7 @@
*
*
* IDENTIFICATION
* $Header: /cvsroot/pgsql/src/backend/commands/Attic/defind.c,v 1.10 1997/01/18 05:48:07 momjian Exp $
* $Header: /cvsroot/pgsql/src/backend/commands/Attic/defind.c,v 1.11 1997/03/19 07:52:03 vadim Exp $
*
*-------------------------------------------------------------------------
*/
@ -193,7 +193,7 @@ DefineIndex(char *heapRelationName,
classObjectId, relationId);
index_create(heapRelationName, indexRelationName, NULL,
((IndexElem*)lfirst(attributeList))->tname,
attributeList,
accessMethodId, numberOfAttributes, attributeNumberA,
classObjectId, parameterCount, parameterA, (Node*)cnfPred,
lossy, unique);