mirror of
https://github.com/HypoPG/hypopg
synced 2026-05-24 09:38:21 +00:00
Remove unused variable.
This commit is contained in:
parent
9385d5e25e
commit
759306b32f
1 changed files with 1 additions and 4 deletions
|
|
@ -1436,8 +1436,7 @@ hypopg_get_indexdef(PG_FUNCTION_ARGS)
|
|||
hypoIndex *entry = NULL;
|
||||
ListCell *lc;
|
||||
List *context;
|
||||
int keyno,
|
||||
cpt = 0;
|
||||
int keyno;
|
||||
|
||||
foreach(lc, hypoIndexes)
|
||||
{
|
||||
|
|
@ -1508,8 +1507,6 @@ hypopg_get_indexdef(PG_FUNCTION_ARGS)
|
|||
|
||||
keycoltype = exprType(indexkey);
|
||||
keycolcollation = exprCollation(indexkey);
|
||||
|
||||
cpt++;
|
||||
}
|
||||
|
||||
/* Add collation, if not default for column */
|
||||
|
|
|
|||
Loading…
Reference in a new issue