mirror of
https://github.com/postgres/postgres.git
synced 2025-06-17 17:02:08 +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:
@ -1152,7 +1152,7 @@ addRangeTableEntryForFunction(ParseState *pstate,
|
||||
|
||||
/*
|
||||
* Use the column definition list to form the alias list and
|
||||
* funccoltypes/funccoltypmods lists.
|
||||
* funccoltypes/funccoltypmods/funccolcollations lists.
|
||||
*/
|
||||
foreach(col, coldeflist)
|
||||
{
|
||||
|
Reference in New Issue
Block a user