Describe the bug
When the static set optimisation in InListExpr is used, indent explain output will show Use expr IN (SET) (array_literal). The Use string should probably not be there and is also not shown for NOT IN (SET).
To Reproduce
No response
Expected behavior
No response
Additional context
No response
Describe the bug
When the static set optimisation in InListExpr is used, indent explain output will show
Use expr IN (SET) (array_literal). TheUsestring should probably not be there and is also not shown forNOT IN (SET).To Reproduce
No response
Expected behavior
No response
Additional context
No response