Remove stats_start_collector parameter (Tom)
We now always start the collector process, unless UDP socket creation fails.
---这是https://www.postgresql.org/docs/devel/static/release-8-3.html#id-1.11.6.187.4 中的,
也就是说从pg 8.3开始就remove掉了stats_start_collector 参数。
但是在https://www.postgresql.org/docs/current/static/monitoring-ps.html中依然有:
The “stats collector” process will not be present if you have set the system not to start the statistics collector
这应该是PG10文档中的一个bug

PostgreSQL 8.3 版本起移除了 stats_start_collector 参数, 并始终启动收集器进程, 除非 UDP 套接字创建失败。然而在 PostgreSQL 10 的文档中提到可以通过设置系统来控制是否启动统计收集器进程, 这可能是文档的一个错误。
264

被折叠的 条评论
为什么被折叠?



