We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d3e0860 commit 8735272Copy full SHA for 8735272
src/backend/commands/define.c
@@ -9,7 +9,7 @@
9
*
10
11
* IDENTIFICATION
12
- * $Header: /cvsroot/pgsql/src/backend/commands/define.c,v 1.10 1996/11/10 02:59:38 momjian Exp $
+ * $Header: /cvsroot/pgsql/src/backend/commands/define.c,v 1.11 1996/11/30 17:47:07 momjian Exp $
13
14
* DESCRIPTION
15
* The "DefineFoo" routines take the parse tree and pick out the
@@ -87,7 +87,7 @@ compute_return_type(const Node *returnType,
87
if (nodeTag(returnType) == T_TypeName) {
88
/* a set of values */
89
TypeName *setType = (TypeName *)returnType;
90
- *prorettype_p = setType->name,
+ *prorettype_p = setType->name;
91
*returnsSet_p = true;
92
}else {
93
/* singleton */
0 commit comments