1
0
mirror of https://github.com/postgres/postgres.git synced 2025-05-01 01:04:50 +03:00
Robert Haas b460f5d669 Add max_parallel_workers GUC.
Increase the default value of the existing max_worker_processes GUC
from 8 to 16, and add a new max_parallel_workers GUC with a maximum
of 8.  This way, even if the maximum amount of parallel query is
happening, there is still room for background workers that do other
things, as originally envisioned when max_worker_processes was added.

Julien Rouhaud, reviewed by Amit Kapila and by revised by me.
2016-12-02 07:42:58 -05:00
..
2016-12-02 07:42:58 -05:00
2016-11-22 14:27:11 -05:00
2016-11-22 20:28:24 -05:00
2016-08-08 11:08:00 -04:00
2016-12-02 07:42:58 -05:00
2016-12-01 20:23:28 -05:00
2016-01-02 13:33:40 -05:00
2016-11-22 20:28:24 -05:00
2016-12-02 07:42:58 -05:00
2016-11-29 15:08:14 -05:00