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
Summary:
Commit de8c392 fixes a problem by
modifying varnos during Explain output formatting, which is hacky.
Commit 141703a fixes a different
problem facing a similar situation, but it applies the fix in the right
place, set_plan_refs, except that it disables the fix in case there are
no index quals to pushdown. That doesn't seem to be a valid condition
to do this fix, so bring it out of that condition. Then, remove the
hacky varno modification code in explain.c as it is no longer needed.
Also consider commit a1a5160
yb_copy_replace_varnos_mutator also doing varno modifications. That can
be investigated separately.
Jira: DB-19033
Test Plan:
On Almalinux 8:
./yb_build.sh fastdebug --gcc13 daemons initdb --skip-pg-parquet \
--java-test TestPgRegressDistinctPushdown
Close: #29256
Reviewers: amartsinchyk, patnaik.balivada
Reviewed By: amartsinchyk
Subscribers: yql
Differential Revision: https://phorge.dev.yugabyte.com/D48031
0 commit comments