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
Don't count background workers against a user's connection limit.
Doing so doesn't seem to be within the purpose of the per userconnection limits, and has particularly unfortunate effects inconjunction with parallel queries.Backpatch to 9.6 where parallel queries were introduced.David Rowley, reviewed by Robert Haas and Albe Laurenz.