mirror of https://github.com/postgres/postgres
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>REL9_1_STABLE
parent
2f4ee3a2f0
commit
fb66e88cf8
Loading…
Reference in new issue