summaryrefslogtreecommitdiff
path: root/src/backend/access/gist/gistxlog.c
diff options
context:
space:
mode:
authorMichael Meskes <meskes@postgresql.org>2014-05-06 13:04:30 +0200
committerMichael Meskes <meskes@postgresql.org>2014-05-06 13:09:51 +0200
commit8d6a07fa01cece1bd3508a81e59c0c0cbc0bb867 (patch)
tree266c3b24fc0dcf5c4f61d335a3c50d8235841f38 /src/backend/access/gist/gistxlog.c
parent14ea89366fe321609afc5838ff9fe2ded1cd707d (diff)
downloadpostgresql-8d6a07fa01cece1bd3508a81e59c0c0cbc0bb867.tar.gz
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>
Diffstat (limited to 'src/backend/access/gist/gistxlog.c')
0 files changed, 0 insertions, 0 deletions