diff options
Diffstat (limited to 'src/backend/parser/parse_relation.c')
-rw-r--r-- | src/backend/parser/parse_relation.c | 2 |
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) { |