Somehow my version compiled but the change didn't make it to CVS.
authorMichael Meskes <meskes@postgresql.org>
Wed, 23 Aug 2006 13:57:27 +0000 (13:57 +0000)
committerMichael Meskes <meskes@postgresql.org>
Wed, 23 Aug 2006 13:57:27 +0000 (13:57 +0000)
src/interfaces/ecpg/ecpglib/descriptor.c

index 150783f2194926263783eb97ce3a0e98cdc69bb0..58d7b5bf6f1d21aabc4f47a45af10bdd6ac462bd 100644 (file)
@@ -1,6 +1,6 @@
 /* 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
@@ -520,7 +520,7 @@ ECPGset_desc(int lineno, const char *desc_name, int index,...)
        {
            case ECPGd_data:
                {
-                   if (!ECPGstore_input(lineno, true, var, &tobeinserted, &malloced))
+                   if (!ECPGstore_input(lineno, true, var, &tobeinserted, &malloced, false))
                    {
                        ECPGfree(var);
                        return false;