pgsql: Fix dblink and tablefunc to not return with the wrong

Поиск
Список
Период
Сортировка
От tgl@postgresql.org (Tom Lane)
Тема pgsql: Fix dblink and tablefunc to not return with the wrong
Дата
Msg-id 20081130232408.2FF557545A5@cvs.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Log Message:
-----------
Fix dblink and tablefunc to not return with the wrong CurrentMemoryContext.
Per buildfarm results.

Tags:
----
REL8_2_STABLE

Modified Files:
--------------
    pgsql/contrib/dblink:
        dblink.c (r1.60.2.2 -> r1.60.2.3)
        (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/contrib/dblink/dblink.c?r1=1.60.2.2&r2=1.60.2.3)
    pgsql/contrib/tablefunc:
        tablefunc.c (r1.45.2.1 -> r1.45.2.2)
        (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/contrib/tablefunc/tablefunc.c?r1=1.45.2.1&r2=1.45.2.2)

В списке pgsql-committers по дате отправления:

Предыдущее
От: tgl@postgresql.org (Tom Lane)
Дата:
Сообщение: pgsql: Fix dblink and tablefunc to not return with the wrong
Следующее
От: tgl@postgresql.org (Tom Lane)
Дата:
Сообщение: pgsql: Refactor crosstab() to build and return a tuplestore instead of