pgsql-server/contrib/dblink Tag: REL7_3_STABLE ... - Mailing list pgsql-committers

From joe@svr1.postgresql.org (Joe Conway)
Subject pgsql-server/contrib/dblink Tag: REL7_3_STABLE ...
Date
Msg-id 20040224060752.3DA9CD1BB2A@svr1.postgresql.org
Whole thread Raw
List pgsql-committers
CVSROOT:    /cvsroot
Module name:    pgsql-server
Changes by:    joe@svr1.postgresql.org    04/02/24 02:07:52

Modified files:
    contrib/dblink : Tag: REL7_3_STABLE dblink.c

Log message:
    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.


pgsql-committers by date:

Previous
From: joe@svr1.postgresql.org (Joe Conway)
Date:
Subject: pgsql-server/contrib/dblink Tag: REL7_4_STABLE ...
Next
From: jurka@svr1.postgresql.org (Kris Jurka)
Date:
Subject: pgsql-server/src/interfaces/jdbc/org/postgresq ...