]> git.ipfire.org Git - thirdparty/postgresql.git/commitdiff
Added patch by ISHIDA Akio to allow indicators in execute statements.
authorMichael Meskes <meskes@postgresql.org>
Thu, 17 Jun 2004 11:52:59 +0000 (11:52 +0000)
committerMichael Meskes <meskes@postgresql.org>
Thu, 17 Jun 2004 11:52:59 +0000 (11:52 +0000)
src/interfaces/ecpg/preproc/preproc.y

index 050268d082031b4f962086cffd46f1578f1fd59f..51fa961b0d0546e6cee6cd57dd1eb2abf548dc50 100644 (file)
@@ -1,4 +1,4 @@
-/* $PostgreSQL: pgsql/src/interfaces/ecpg/preproc/preproc.y,v 1.263.2.15 2004/06/11 17:32:55 momjian Exp $ */
+/* $PostgreSQL: pgsql/src/interfaces/ecpg/preproc/preproc.y,v 1.263.2.16 2004/06/17 11:52:59 meskes Exp $ */
 
 /* Copyright comment */
 %{
@@ -5301,6 +5301,7 @@ UsingConst: AllConst
                                add_variable_to_head(&argsinsert, new_variable($1, ECPGmake_simple_type(ECPGt_const, length), 0), &no_indicator);
                        }
                }
+               | civarind { $$ = EMPTY; }
                ;
 
 /*