Hi,
> This sounds pretty straightforward and seems to solve the problem.
> Patch attached.
Interestingly enough EXPLAIN EXECUTE is not affected, thus there is no
need to modify ExplainExecuteQuery.
```
eax=# explain execute s;
QUERY PLAN
------------
(0 rows)
```