summaryrefslogtreecommitdiff
path: root/src/include/executor/functions.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/executor/functions.h')
-rw-r--r--src/include/executor/functions.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/executor/functions.h b/src/include/executor/functions.h
index b56ce26da07..a9e14e2fbed 100644
--- a/src/include/executor/functions.h
+++ b/src/include/executor/functions.h
@@ -30,7 +30,7 @@ typedef struct SQLFunctionParseInfo
char **argnames; /* names of input arguments; NULL if none */
/* Note that argnames[i] can be NULL, if some args are unnamed */
Oid collation; /* function's input collation, if known */
-} SQLFunctionParseInfo;
+} SQLFunctionParseInfo;
typedef SQLFunctionParseInfo *SQLFunctionParseInfoPtr;