Re: pgsql: Remove inappropriate memory context switch in

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: pgsql: Remove inappropriate memory context switch in
Дата
Msg-id 8519.1228079358@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: pgsql: Remove inappropriate memory context switch in  ("Neil Conway" <neilc@samurai.com>)
Ответы Re: pgsql: Remove inappropriate memory context switch in  ("Neil Conway" <neilc@samurai.com>)
Список pgsql-committers
"Neil Conway" <neilc@samurai.com> writes:
> On Sun, Nov 30, 2008 at 10:49 AM, Tom Lane <tgl@postgresql.org> wrote:
>> Remove inappropriate memory context switch in shutdown_MultiFuncCall().

> I added that context switch for a reason:
> http://archives.postgresql.org/pgsql-patches/2008-02/msg00153.php

Hm, too bad you didn't respond to my message inquiring about this a
couple days ago.

> Presumably that's why the build farm is crashing on dblink.

I'll take a look in a bit.  However, the switch in the shutdown function
was simply wrong, because it was *not* "returning to the caller's
context".  I suspect what this really says is dblink is doing something
it shouldn't.

            regards, tom lane

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

Предыдущее
От: "Neil Conway"
Дата:
Сообщение: Re: pgsql: Remove inappropriate memory context switch in
Следующее
От: "Neil Conway"
Дата:
Сообщение: Re: pgsql: Remove inappropriate memory context switch in