We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7e24114 commit 8a367d4Copy full SHA for 8a367d4
src/interfaces/ecpg/preproc/ecpg.addons
@@ -1,4 +1,4 @@
1
-/* $PostgreSQL: pgsql/src/interfaces/ecpg/preproc/ecpg.addons,v 1.17 2010/03/21 11:56:45 meskes Exp $ */
+/* $PostgreSQL: pgsql/src/interfaces/ecpg/preproc/ecpg.addons,v 1.18 2010/03/23 22:12:06 petere Exp $ */
2
ECPG: stmtClosePortalStmt block
3
{
4
if (INFORMIX_MODE)
@@ -363,7 +363,7 @@ ECPG: table_refselect_with_parens addon
363
ECPG: TypenameSimpleTypenameopt_array_bounds block
364
{ $$ = cat2_str($1, $2.str); }
365
ECPG: TypenameSETOFSimpleTypenameopt_array_bounds block
366
- { $$ = $$ = cat_str(3, make_str("setof"), $2, $3.str); }
+ { $$ = cat_str(3, make_str("setof"), $2, $3.str); }
367
ECPG: opt_array_boundsopt_array_bounds'['']' block
368
369
$$.index1 = $1.index1;
0 commit comments