File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
src/interfaces/ecpg/preproc Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 1
- /* $PostgreSQL: pgsql/src/interfaces/ecpg/preproc/ecpg.addons,v 1.17 2010/03/21 11:56:45 meskes Exp $ */
1
+ /* $PostgreSQL: pgsql/src/interfaces/ecpg/preproc/ecpg.addons,v 1.18 2010/03/23 22:12:06 petere Exp $ */
2
2
ECPG: stmtClosePortalStmt block
3
3
{
4
4
if (INFORMIX_MODE)
@@ -363,7 +363,7 @@ ECPG: table_refselect_with_parens addon
363
363
ECPG: TypenameSimpleTypenameopt_array_bounds block
364
364
{ $$ = cat2_str($1, $2.str); }
365
365
ECPG: TypenameSETOFSimpleTypenameopt_array_bounds block
366
- { $$ = $$ = cat_str(3, make_str("setof"), $2, $3.str); }
366
+ { $$ = cat_str(3, make_str("setof"), $2, $3.str); }
367
367
ECPG: opt_array_boundsopt_array_bounds'['']' block
368
368
{
369
369
$$.index1 = $1.index1;
You can’t perform that action at this time.
0 commit comments