summaryrefslogtreecommitdiff
path: root/src/pl/plpython/po
diff options
context:
space:
mode:
authorDavid Rowley2023-08-07 10:14:21 +0000
committerDavid Rowley2023-08-07 10:14:21 +0000
commit990c3650c535f6fc84d53abb0bd03ad0dd16c576 (patch)
treed218e9b7251f86c456b81bbbce87add562caa52b /src/pl/plpython/po
parentc2e08b04c9e71ac6aabdc7d9b3f8e785e164d770 (diff)
Don't Memoize lateral joins with volatile join conditions
The use of Memoize was already disabled in normal joins when the join conditions had volatile functions per the code in match_opclause_to_indexcol(). Ordinarily, the parameterization for the inner side of a nested loop will be an Index Scan or at least eventually lead to an index scan (perhaps nested several joins deep). However, for lateral joins, that's not the case and seq scans can be parameterized too, so we can't rely on match_opclause_to_indexcol(). Here we explicitly check the parameterization for volatile functions and don't consider the generation of a Memoize path when such functions are present. Author: Richard Guo Discussion: https://postgr.es/m/CAMbWs49nHFnHbpepLsv_yF3qkpCS4BdB-v8HoJVv8_=Oat0u_w@mail.gmail.com Backpatch-through: 14, where Memoize was introduced
Diffstat (limited to 'src/pl/plpython/po')
0 files changed, 0 insertions, 0 deletions