pgsql: If the stats collector dies during Hot Standby, restart it. - Mailing list pgsql-committers

From Robert Haas
Subject pgsql: If the stats collector dies during Hot Standby, restart it.
Date
Msg-id E1bzpxv-0004Z9-RM@gemulon.postgresql.org
Whole thread Raw
List 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
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/4f714b2fd2a580d909607de889ac822956eb8299

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


pgsql-committers by date:

Previous
From: Robert Haas
Date:
Subject: pgsql: If the stats collector dies during Hot Standby, restart it.
Next
From: Peter Eisentraut
Date:
Subject: pgsql: Add function name to PyArg_ParseTuple()