projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
44a6959
)
Avoid mysterious warning about possibly uninitialized variable.
author
Peter Eisentraut
<peter_e@gmx.net>
Wed, 19 Mar 2003 16:05:41 +0000
(16:05 +0000)
committer
Peter Eisentraut
<peter_e@gmx.net>
Wed, 19 Mar 2003 16:05:41 +0000
(16:05 +0000)
src/interfaces/ecpg/ecpglib/execute.c
patch
|
blob
|
blame
|
history
diff --git
a/src/interfaces/ecpg/ecpglib/execute.c
b/src/interfaces/ecpg/ecpglib/execute.c
index 3ff5bf886e7ac750f2754ec9245b36829f979b99..8cb3fa36a6717a5b7e33f979a46cbab8c21b4d64 100644
(file)
--- a/
src/interfaces/ecpg/ecpglib/execute.c
+++ b/
src/interfaces/ecpg/ecpglib/execute.c
@@
-1,4
+1,4
@@
-/* $Header: /cvsroot/pgsql/src/interfaces/ecpg/ecpglib/execute.c,v 1.
2 2003/03/18 10:46:39 meskes
Exp $ */
+/* $Header: /cvsroot/pgsql/src/interfaces/ecpg/ecpglib/execute.c,v 1.
3 2003/03/19 16:05:41 petere
Exp $ */
/*
* The aim is to get a simpler inteface to the database routines.
@@
-838,7
+838,7
@@
ECPGstore_input(const struct statement * stmt, const struct variable * var,
case ECPGt_numeric:
{
- char *str;
+ char *str
= NULL
;
int slen;
if (var->arrsize > 1)