aboutsummaryrefslogtreecommitdiff
path: root/src/backend/parser/parse_relation.c
diff options
context:
space:
mode:
authorTom Lane <tgl@sss.pgh.pa.us>2011-03-26 16:35:25 -0400
committerTom Lane <tgl@sss.pgh.pa.us>2011-03-26 16:35:25 -0400
commit0c9d9e8dd655fff7bcfc401e82838b8c20c16939 (patch)
treea439a1dc07a6beee9e04d5a26911a8787b9e4740 /src/backend/parser/parse_relation.c
parentb23c9fa9293c54a3829093d207be37a7b42cb630 (diff)
downloadpostgresql-0c9d9e8dd655fff7bcfc401e82838b8c20c16939.tar.gz
postgresql-0c9d9e8dd655fff7bcfc401e82838b8c20c16939.zip
More collations cleanup, from trawling for missed collation assignments.
Mostly cosmetic, though I did find that generateClonedIndexStmt failed to clone the index's collations.
Diffstat (limited to 'src/backend/parser/parse_relation.c')
-rw-r--r--src/backend/parser/parse_relation.c2
1 files changed, 1 insertions, 1 deletions
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)
{