pgsql-server/contrib/dblink dblink.c

Поиск
Список
Период
Сортировка
От joe@svr1.postgresql.org (Joe Conway)
Тема pgsql-server/contrib/dblink dblink.c
Дата
Msg-id 20040224060718.BC49BD1D2AC@svr1.postgresql.org
обсуждение исходный текст
Список pgsql-committers
CVSROOT:    /cvsroot
Module name:    pgsql-server
Changes by:    joe@svr1.postgresql.org    04/02/24 02:07:18

Modified files:
    contrib/dblink : 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 по дате отправления:

Предыдущее
От: joe@svr1.postgresql.org (Joe Conway)
Дата:
Сообщение: pgsql-server/contrib/tablefunc Tag: REL7_3_STA ...
Следующее
От: joe@svr1.postgresql.org (Joe Conway)
Дата:
Сообщение: pgsql-server/contrib/dblink Tag: REL7_4_STABLE ...