projects
/
users
/
c2main
/
postgres.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d9a44ef
)
Added patch by ISHIDA Akio to allow indicators in execute statements.
author
Michael Meskes
<
[email protected]
>
Thu, 17 Jun 2004 11:52:59 +0000
(11:52 +0000)
committer
Michael Meskes
<
[email protected]
>
Thu, 17 Jun 2004 11:52:59 +0000
(11:52 +0000)
src/interfaces/ecpg/preproc/preproc.y
patch
|
blob
|
blame
|
history
diff --git
a/src/interfaces/ecpg/preproc/preproc.y
b/src/interfaces/ecpg/preproc/preproc.y
index 050268d082031b4f962086cffd46f1578f1fd59f..51fa961b0d0546e6cee6cd57dd1eb2abf548dc50 100644
(file)
--- a/
src/interfaces/ecpg/preproc/preproc.y
+++ b/
src/interfaces/ecpg/preproc/preproc.y
@@
-1,4
+1,4
@@
-/* $PostgreSQL: pgsql/src/interfaces/ecpg/preproc/preproc.y,v 1.263.2.1
5 2004/06/11 17:32:55 momjian
Exp $ */
+/* $PostgreSQL: pgsql/src/interfaces/ecpg/preproc/preproc.y,v 1.263.2.1
6 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; }
;
/*