]> granicus.if.org Git - postgresql/commit
If the stats collector dies during Hot Standby, restart it.
authorRobert Haas <rhaas@postgresql.org>
Thu, 27 Oct 2016 18:27:40 +0000 (14:27 -0400)
committerRobert Haas <rhaas@postgresql.org>
Thu, 27 Oct 2016 18:54:39 +0000 (14:54 -0400)
commit0cbd199fd93ed01b0b2c3e120c5603b7f101efdf
treea8c076fced98c6503746ff0f09743d54bd2142f4
parentef18cb7da6ab0bde676ad8f7b17452d7cd8f7970
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.
src/backend/postmaster/postmaster.c