Laurenz Albe <laurenz.a...@cybertec.at> writes: > I played around with it, and I ran into a problem with partitions that > are foreign tables: > ... > EXPLAIN (GENERIC_PLAN) SELECT * FROM looppart WHERE key = $1; > ERROR: no value found for parameter 1
Hmm, offhand I'd say that something is doing something it has no business doing when EXEC_FLAG_EXPLAIN_ONLY is set (that is, premature evaluation of an expression). I wonder whether this failure is reachable without this patch. regards, tom lane