Commit a6558b06 authored by Michael Meskes's avatar Michael Meskes

Somehow my version compiled but the change didn't make it to CVS.

parent 184523bc
/* dynamic SQL support routines /* dynamic SQL support routines
* *
* $PostgreSQL: pgsql/src/interfaces/ecpg/ecpglib/descriptor.c,v 1.18 2006/08/04 08:52:17 meskes Exp $ * $PostgreSQL: pgsql/src/interfaces/ecpg/ecpglib/descriptor.c,v 1.19 2006/08/23 13:57:27 meskes Exp $
*/ */
#define POSTGRES_ECPG_INTERNAL #define POSTGRES_ECPG_INTERNAL
...@@ -520,7 +520,7 @@ ECPGset_desc(int lineno, const char *desc_name, int index,...) ...@@ -520,7 +520,7 @@ ECPGset_desc(int lineno, const char *desc_name, int index,...)
{ {
case ECPGd_data: case ECPGd_data:
{ {
if (!ECPGstore_input(lineno, true, var, &tobeinserted, &malloced)) if (!ECPGstore_input(lineno, true, var, &tobeinserted, &malloced, false))
{ {
ECPGfree(var); ECPGfree(var);
return false; return false;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment