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 patch doesn't put the new infrastructure to use anywhere, andindeed it's not clear how it could ever be used for something likepostgres_fdw which has to send an SQL query and wait for a reply,but there might be FDWs or custom scan providers that are CPU-bound,so let's give them a way to join club parallel.KaiGai Kohei, reviewed by me.