postgresql日志的意义“使用陈旧的统计数据,而不是当前的统计收集器没有响应”

我有一个运行在Debian 7 Wheezy上的Postgresql 9.1 + 134wheezy4。 从2015年2月7日起(我想它已经被backported然后,见下文)我经常在/var/log/postgresql/postgresql-9.1-main.log看到以下行:

 2015-02-07 11:08:33 CET LOG: using stale statistics instead of current ones because stats collector is not responding 

我每天都会出现几次,没什么特别的,也不担心。 但是我没有得到这行的意义,也找不到关于它的文档。 在9.3.6和9.4.1的更新日志中提到:

不幸的是,它没有解释的意思。 我也有WARNING: pgstat wait timeout直到它在2月更改为新消息。 login行上的信息也没有帮助/build设性的。 常见的build议是重新启动服务器或删除共享内存段。

这些是postgresql重新启动的日志:

 2015-05-25 17:01:39 CEST LOG: using stale statistics instead of current ones because stats collector is not responding 2015-05-25 18:00:04 CEST LOG: received fast shutdown request 2015-05-25 18:00:04 CEST LOG: aborting any active transactions 2015-05-25 18:00:04 CEST LOG: autovacuum launcher shutting down 2015-05-25 18:00:04 CEST LOG: shutting down 2015-05-25 18:00:04 CEST LOG: database system is shut down 2015-05-25 18:00:06 CEST LOG: database system was shut down at 2015-05-25 18:00:04 CEST 2015-05-25 18:00:06 CEST LOG: database system is ready to accept connections 2015-05-25 18:00:06 CEST LOG: autovacuum launcher started 2015-05-25 18:00:07 CEST LOG: incomplete startup packet 

这是否意味着统计收集器不知何故被破坏或错误configuration? 这种行为的原因是什么?怎样才能避免?