aboutsummaryrefslogtreecommitdiff
path: root/src/backend/executor/execMain.c
diff options
context:
space:
mode:
authorJoe Conway <mail@joeconway.com>2004-02-24 06:07:34 +0000
committerJoe Conway <mail@joeconway.com>2004-02-24 06:07:34 +0000
commit27ae96c2b63c6ba68a2b8776cdd478dc779b641d (patch)
treebbc03dbbfcc55c4c20ce10eb742eabae77774c80 /src/backend/executor/execMain.c
parent78c97b156ecb697e4bda3bb3fb4a9684458d7019 (diff)
downloadpostgresql-27ae96c2b63c6ba68a2b8776cdd478dc779b641d.tar.gz
postgresql-27ae96c2b63c6ba68a2b8776cdd478dc779b641d.zip
When returning type "record", replace use of pgresultGetTupleDesc
with ReturnSetInfo->expectedDesc. This allows custom datatypes (e.g. from tsearch2) to be returned at runtime. Previous behavior depended on the type oid to match between the remote and local database, which obviously doesn't work well for custom types. Per report from Mark Gibson.
Diffstat (limited to 'src/backend/executor/execMain.c')
0 files changed, 0 insertions, 0 deletions