Re: troubleshooting pointers

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: troubleshooting pointers
Дата
Msg-id 24276.1020986889@sss.pgh.pa.us
обсуждение исходный текст
Ответ на troubleshooting pointers  (Joe Conway <mail@joeconway.com>)
Список pgsql-hackers
Joe Conway <mail@joeconway.com> writes:
> With the current SRF patch, in certain circumstances selecting from a 
> VIEW produces "Buffer Leak" warnings, while selecting from the function 
> itself does not. Also the VIEW returns only one of the two expected 
> rows.

The buffer leak suggests failure to shut down a plan tree (ie, no
ExecutorEnd call).  Probably related to not running the VIEW to
completion, but it's hard to guess at the underlying cause.

Do the plan trees (EXPLAIN display) look the same in both cases?
        regards, tom lane


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

Предыдущее
От: "Marc G. Fournier"
Дата:
Сообщение: Re: www.pgaccess.org - the official story (the way I saw
Следующее
От: Joe Conway
Дата:
Сообщение: Re: troubleshooting pointers