diff options
author | Tom Lane <tgl@sss.pgh.pa.us> | 2023-02-04 17:40:35 -0500 |
---|---|---|
committer | Tom Lane <tgl@sss.pgh.pa.us> | 2023-02-04 17:40:35 -0500 |
commit | 9f452feeeb830534dc2ce743a2a14b109128326d (patch) | |
tree | 5df0088c54b7565fddabab435e8028b4228957fd /src/backend/access/gist/gistbuild.c | |
parent | 8538519db107777a6b06b7277185e6605caf8d4c (diff) | |
download | postgresql-9f452feeeb830534dc2ce743a2a14b109128326d.tar.gz postgresql-9f452feeeb830534dc2ce743a2a14b109128326d.zip |
Fix thinko in qual distribution.
deconstruct_distribute tweaks the outer join scope (ojscope)
it passes to distribute_qual_to_rels when considering an outer
join qual that's above potentially-commutable outer joins.
However, if the current join is *not* potentially commutable,
we shouldn't do that. The argument that distribute_qual_to_rels
will not do something wrong with the bogus ojscope falls flat
if we don't pass it non-null postponed_oj_qual_list. Moreover,
there's no need to play games in this case since we aren't going
to commute anything.
Per SQLSmith testing by Robins Tharakan.
Discussion: https://postgr.es/m/CAEP4nAw74k4b-=93gmfCNX3MOY3y4uPxqbk_MnCVEpdsqHJVsg@mail.gmail.com
Diffstat (limited to 'src/backend/access/gist/gistbuild.c')
0 files changed, 0 insertions, 0 deletions