Skip to content
Snippets Groups Projects
Commit 3cd84118 authored by Joe Conway's avatar Joe Conway
Browse files

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.
parent 64a2e1fd
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment