diff options
Diffstat (limited to 'src/backend/commands/indexcmds.c')
-rw-r--r-- | src/backend/commands/indexcmds.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/backend/commands/indexcmds.c b/src/backend/commands/indexcmds.c index 576c85f732d..00538321957 100644 --- a/src/backend/commands/indexcmds.c +++ b/src/backend/commands/indexcmds.c @@ -1002,7 +1002,7 @@ DefineIndex(Oid relationId, */ foreach(lc, childStmt->indexParams) { - IndexElem *ielem = lfirst(lc); + IndexElem *ielem = lfirst(lc); /* * If the index parameter is an expression, we must |