ERROR: ExecReScanSetParamPlan

Поиск
Список
Период
Сортировка
От William Goldsmith
Тема ERROR: ExecReScanSetParamPlan
Дата
Msg-id 007001be61c1$86a51220$e60e8ed1@wb230.sunset.net
обсуждение исходный текст
Список pgsql-general
I've run into a strange problem. I have a query that ran successfully dozens of times:
 
select * from kmby_data where index = (select index from kmby_log where seq = (select max(seq) from kmby_log));
 
One of my coworkers recreated the kmby_data table (identical structure) & now I get the following error on the query:
 
ERROR: ExecReScanSetParamPlan: extParam list of plan is NULL
 
I've never seen an error even remotely like this & have no idea what it means.  The two halves of the query both run successfully. I only get the error on the full query.
 
Email replies are appreciated. I only subscribe to the digest.
 
Thanks
bg

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

Предыдущее
От: "Jackson, DeJuan"
Дата:
Сообщение: RE: [GENERAL] Tree structure
Следующее
От: M Simms
Дата:
Сообщение: subscribe pgsql-general