mirror of
https://git.postgresql.org/git/postgresql.git
synced 2025-01-24 18:55:04 +08:00
Somehow my version compiled but the change didn't make it to CVS.
This commit is contained in:
parent
184523bc81
commit
a6558b068d
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user