Re: Query error corrected after vacuum - Mailing list pgsql-general

From Tom Lane
Subject Re: Query error corrected after vacuum
Date
Msg-id 22846.974010445@sss.pgh.pa.us
Whole thread Raw
In response to Query error corrected after vacuum  (Matt Doucleff <matt@digitalfountain.com>)
List 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 by date:

Previous
From: Tod McQuillin
Date:
Subject: Re: Query error corrected after vacuum
Next
From: Jason Davies
Date:
Subject: Foreign key information