Remove duplicated line

This commit is contained in:
Julien Rouhaud 2015-09-12 15:12:59 +02:00
parent 47dd380264
commit 1aa0463992

View file

@ -507,8 +507,6 @@ hypo_entry_store_parsetree(IndexStmt *node, const char *queryString)
appendStringInfo(&indexRelationName, "%s", node->relation->relname);
/* now create the hypothetical index entry */
ncolumns = list_length(node->indexParams);
entry = hypo_newEntry(relid, node->accessMethod, ncolumns,
node->options);