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
This doesn't do anything to make Param nodes anything other thanparallel-restricted, so this only helps with uncorrelated subplans,and it's not necessarily very cheap because each worker will run thesubplan separately (just as a Hash Join will build a separate copy ofthe hash table in each participating process), but it's a first steptoward supporting cases that are more likely to help in practice, andis occasionally useful on its own.Amit Kapila, reviewed and tested by Rafia Sabih, Dilip Kumar, andme.Discussion:http://postgr.es/m/CAA4eK1+e8Z45D2n+rnDMDYsVEb5iW7jqaCH_tvPMYau=1Rru9w@mail.gmail.com