postgresql/src/interfaces
Michael Meskes 8d6a07fa01 Fix handling of array of char pointers in ecpglib.
When array of char * was used as target for a FETCH statement returning more
than one row, it tried to store all the result in the first element. Instead it
should dump array of char pointers with right offset, use the address instead
of the value of the C variable while reading the array and treat such variable
as char **, instead of char * for pointer arithmetic.

Patch by Ashutosh Bapat <ashutosh.bapat@enterprisedb.com>
2014-05-06 13:09:51 +02:00
..
ecpg Fix handling of array of char pointers in ecpglib. 2014-05-06 13:09:51 +02:00
libpq Replace SYSTEMQUOTEs with Windows-specific wrapper functions. 2014-05-05 16:07:40 +03:00
Makefile Fix parallel make when running make install before make all 2011-03-08 23:52:29 +02:00