mirror of
https://github.com/postgres/postgres.git
synced 2025-07-05 07:21:24 +03:00
pgindent run prior to branching
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user