You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The text was updated successfully, but these errors were encountered:
dimarick
changed the title
RuntimeAppend returns trash when left join and where used
RuntimeAppend returns garbage when left join and where used
May 16, 2017
We're investigating the problem you've reported. As a temporary workaround, you can disable RuntimeAppend using:
alter system setpg_pathman.enable_runtimeappend= f;
and reload PostgreSQL's config (via pg_ctl reload).
Our current dev branch (rel_future_beta) is not affected, which means that we've already fixed this, but it might be hard to backport this fix to master. I'll tell the details later.
funbringer
added a commit
to funbringer/pg_pathman
that referenced
this issue
May 25, 2017
Schema and data:
The select SQL to reproduce:
Actual result:
https://explain.depesz.com/s/ioD5K
All of this will work as expected:
Result:
Affected version 1.3.2
The text was updated successfully, but these errors were encountered: