ERROR: ExecReScanSetParamPlan

From: "William Goldsmith" <wildbill(at)kpig(dot)com>
To: <pgsql-general(at)postgresql(dot)org>
Subject: ERROR: ExecReScanSetParamPlan
Date: 1999-02-26 19:52:22
Message-ID: 007001be61c1$86a51220$e60e8ed1@wb230.sunset.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

Browse pgsql-general by date

  From Date Subject
Next Message M Simms 1999-02-26 20:16:18 subscribe pgsql-general
Previous Message Jackson, DeJuan 1999-02-26 17:15:05 RE: [GENERAL] Tree structure