I'm getting a warning:
gcc -O2 -Wall -Wmissing-prototypes -Wmissing-declarations -Wcast-align
-Wpointer-arith -fpic -I../../../../src/interfaces/ecpg/include
-I../../../../src/interfaces/libpq -I../../../../src/include -c -o
data.o data.c
data.c: In function `ECPGget_data':
data.c:96: warning: `res' might be used uninitialized in this function
The code looks pretty suspicious, 'res' and 'ures' might be getting mixed
up. Check please.
--
Peter Eisentraut peter_e(at)gmx(dot)net