Re: Question about MemoryContexts and functions that returns

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Question about MemoryContexts and functions that returns
Дата
Msg-id 8240.1142985981@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: Question about MemoryContexts and functions that returns  (Thomas Hallgren <thomas@tada.se>)
Ответы Re: Question about MemoryContexts and functions that returns  (Thomas Hallgren <thomas@tada.se>)
Список pgsql-hackers
Thomas Hallgren <thomas@tada.se> writes:
> Is there a difference in how the executor treat a C function and a 
> function using a call handler that can cause this behavior?

Can't think of one.  You'd better take a closer look at your call
handler.

gdb'ing with a watchpoint on writes to CurrentMemoryContext might be
helpful at seeing whether the context is changing unexpectedly.
        regards, tom lane


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

Предыдущее
От: satoshi nagayasu
Дата:
Сообщение: Re: 8.2 planning features
Следующее
От: "Jonah H. Harris"
Дата:
Сообщение: Re: 8.2 planning features