mirror of
https://github.com/postgres/postgres.git
synced 2025-06-26 12:21:12 +03:00
More collations cleanup, from trawling for missed collation assignments.
Mostly cosmetic, though I did find that generateClonedIndexStmt failed to clone the index's collations.
This commit is contained in:
@ -3027,6 +3027,8 @@ bool
|
||||
return true;
|
||||
if (walker(coldef->raw_default, context))
|
||||
return true;
|
||||
if (walker(coldef->collClause, context))
|
||||
return true;
|
||||
/* for now, constraints are ignored */
|
||||
}
|
||||
break;
|
||||
|
Reference in New Issue
Block a user