Re: temp table problem

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: temp table problem
Дата
Msg-id 29446.1216569877@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: temp table problem  ("Heikki Linnakangas" <heikki@enterprisedb.com>)
Список pgsql-hackers
"Heikki Linnakangas" <heikki@enterprisedb.com> writes:
> The underlying problem is that when we do GetOverrideSearchPath() in 
> CreateCachedPlan, the memorized search path doesn't include pg_temp, if 
> the temp namespace wasn't initialized for the backend yet. When we later 
> need to revalidate the plan, pg_temp still isn't searched, even if it 
> now exists.

So what's the problem?  The cached plan couldn't have referred to a temp
table.
        regards, tom lane


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

Предыдущее
От: Tatsuo Ishii
Дата:
Сообщение: Re: [PATCHES] WITH RECUSIVE patches 0717
Следующее
От: Tom Lane
Дата:
Сообщение: Re: [PATCHES] WITH RECUSIVE patches 0717