1
0
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:
Tom Lane
2011-03-26 16:35:25 -04:00
parent b23c9fa929
commit 0c9d9e8dd6
9 changed files with 70 additions and 14 deletions

View File

@ -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)
{