Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit a6558b0

Browse files
author
Michael Meskes
committed
Somehow my version compiled but the change didn't make it to CVS.
1 parent 184523b commit a6558b0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/interfaces/ecpg/ecpglib/descriptor.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/* dynamic SQL support routines
22
*
3-
* $PostgreSQL: pgsql/src/interfaces/ecpg/ecpglib/descriptor.c,v 1.18 2006/08/04 08:52:17 meskes Exp $
3+
* $PostgreSQL: pgsql/src/interfaces/ecpg/ecpglib/descriptor.c,v 1.19 2006/08/23 13:57:27 meskes Exp $
44
*/
55

66
#define POSTGRES_ECPG_INTERNAL
@@ -520,7 +520,7 @@ ECPGset_desc(int lineno, const char *desc_name, int index,...)
520520
{
521521
case ECPGd_data:
522522
{
523-
if (!ECPGstore_input(lineno, true, var, &tobeinserted, &malloced))
523+
if (!ECPGstore_input(lineno, true, var, &tobeinserted, &malloced, false))
524524
{
525525
ECPGfree(var);
526526
return false;

0 commit comments

Comments
 (0)