|
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; |
|