From 0c9d9e8dd655fff7bcfc401e82838b8c20c16939 Mon Sep 17 00:00:00 2001 From: Tom Lane Date: Sat, 26 Mar 2011 16:35:25 -0400 Subject: More collations cleanup, from trawling for missed collation assignments. Mostly cosmetic, though I did find that generateClonedIndexStmt failed to clone the index's collations. --- src/backend/parser/parse_relation.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/backend/parser/parse_relation.c') diff --git a/src/backend/parser/parse_relation.c b/src/backend/parser/parse_relation.c index 7bfafdb5cfb..1af3f2f3b53 100644 --- a/src/backend/parser/parse_relation.c +++ b/src/backend/parser/parse_relation.c @@ -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) { -- cgit v1.2.3