mirror of
https://github.com/HypoPG/hypopg
synced 2026-05-24 09:38:21 +00:00
Remove duplicated line
This commit is contained in:
parent
47dd380264
commit
1aa0463992
1 changed files with 0 additions and 2 deletions
2
hypopg.c
2
hypopg.c
|
|
@ -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);
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue