Skip to content
Snippets Groups Projects
Commit fb9e56ee authored by Tom Lane's avatar Tom Lane
Browse files

Suppress subquery pullup/pushdown when a subquery contains volatile

functions in its targetlist, to avoid introducing multiple evaluations
of volatile functions that textually appear only once.  This is a
slightly tighter version of Jaime Casanova's recent patch.
parent 9bf760f7
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment