pgsql: If the stats collector dies during Hot Standby, restart it.

Lists: pgsql-committers
From: Robert Haas <rhaas(at)postgresql(dot)org>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: If the stats collector dies during Hot Standby, restart it.
Date: 2016-10-27 19:03:51
Message-ID: [email protected]
Views: Whole Thread | Raw Message | Download mbox | Resend email
Lists: pgsql-committers

If the stats collector dies during Hot Standby, restart it.

This bug exists as far back as 9.0, when Hot Standby was introduced,
so back-patch to all supported branches.

Report and patch by Takayuki Tsunakawa, reviewed by Michael Paquier
and Kuntal Ghosh.

Branch
------
REL9_3_STABLE

Details
-------
http://git.postgresql.org/pg/commitdiff/e927f55ffffb43b29e7a8c459825950b2b280219

Modified Files
--------------
src/backend/postmaster/postmaster.c | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)