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 20081130232352.928067545A4@cvs.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Log Message:
-----------
Fix dblink and tablefunc to not return with the wrong CurrentMemoryContext.
Per buildfarm results.

Modified Files:
--------------
    pgsql/contrib/dblink:
        dblink.c (r1.75 -> r1.76)
        (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/contrib/dblink/dblink.c?r1=1.75&r2=1.76)
    pgsql/contrib/tablefunc:
        tablefunc.c (r1.55 -> r1.56)
        (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/contrib/tablefunc/tablefunc.c?r1=1.55&r2=1.56)

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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: pgsql: Remove inappropriate memory context switch in
Следующее
От: tgl@postgresql.org (Tom Lane)
Дата:
Сообщение: pgsql: Fix dblink and tablefunc to not return with the wrong