Index: src/interfaces/ecpg/ecpglib/descriptor.c =================================================================== RCS file: /projects/cvsroot/pgsql/src/interfaces/ecpg/ecpglib/descriptor.c,v retrieving revision 1.14 diff -c -r1.14 descriptor.c *** src/interfaces/ecpg/ecpglib/descriptor.c 15 Jan 2006 22:46:53 -0000 1.14 --- src/interfaces/ecpg/ecpglib/descriptor.c 23 Apr 2006 21:37:16 -0000 *************** *** 349,355 **** return false; } /* allocate storage if needed */ ! if (arrsize == 0 && var != NULL && *(void **) var == NULL) { void *mem = (void *) ECPGalloc(offset * ntuples, lineno); --- 349,355 ---- return false; } /* allocate storage if needed */ ! if (arrsize == 0 && *(void **) var == NULL) { void *mem = (void *) ECPGalloc(offset * ntuples, lineno);