| 类型: | integer | 
| 默认: | 8 | 
| 最低限度: | 0 | 
| 最大: | 262143 | 
| 上下文: | postmaster | 
| 重新开始: | true | 
| 以来: | 9.4 | 
设置系统能够支持的后台进程的最大数量。这个参数只能在服务器启动时设置。默认值为 8。
在运行一个后备服务器时,你必须把这个参数设置为等于或者高于主控服务器上的值。否则, 后备服务器上可能不会允许查询。
在更改这个值时,考虑也对max_parallel_workers、max_parallel_maintenance_workers以及max_parallel_workers_per_gather进行调整。
建议 [EN]
                  Increase to max_parallel_workers + other workers, such as workers for logical replication and custom background workers.  Not more than your number of cores, though.                
                
                
              