Re: Query error corrected after vacuum

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Query error corrected after vacuum
Дата
Msg-id 22846.974010445@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Query error corrected after vacuum  (Matt Doucleff <matt@digitalfountain.com>)
Список pgsql-general
Matt Doucleff <matt@digitalfountain.com> writes:
> select name from files where dir_id =
>     (select id from dirs where domain_id =
>         (select id from domains where domain = 'foo'))

> ERROR:  ExecReScanSetParamPlan: extParam list of plan is NULL

Hm.  What version are you running?  What plan does EXPLAIN show for
the above query, in both the failing and non-failing states?  Also,
what are the declarations of the tables?

            regards, tom lane

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

Предыдущее
От: Tod McQuillin
Дата:
Сообщение: Re: Query error corrected after vacuum
Следующее
От: Jason Davies
Дата:
Сообщение: Foreign key information