Don't count background workers against a user's connection limit.

Andrew Dunstan <andrew@dunslane.net>

Commit: f1169ab501ce90e035a7c6489013a1d4c250ac92
Author: Andrew Dunstan <andrew@dunslane.net>
Date: 2017-02-01T23:02:43Z
Releases: 10.0
Don't count background workers against a user's connection limit.

Doing so doesn't seem to be within the purpose of the per user
connection limits, and has particularly unfortunate effects in
conjunction with parallel queries.

Backpatch to 9.6 where parallel queries were introduced.

David Rowley, reviewed by Robert Haas and Albe Laurenz.

Files

Documentation touched