OSDN Git Service

Make stats_temp_directory PGC_SIGHUP, and document how it may cause a temporary
authorMagnus Hagander <magnus@hagander.net>
Mon, 25 Aug 2008 15:11:01 +0000 (15:11 +0000)
committerMagnus Hagander <magnus@hagander.net>
Mon, 25 Aug 2008 15:11:01 +0000 (15:11 +0000)
commitbe8d6c5c3477ba664c533cf0b93cdf4cd426b6e1
treee06835e1fc080896c68ba0c08337f0d2ebc8e03f
parent8c032adec429983d5b4722f953fe55dc1511b3d9
Make stats_temp_directory PGC_SIGHUP, and document how it may cause a temporary
"outage" of the statistics views.

This requires making the stats collector respond to SIGHUP, like the other
utility processes already did.
doc/src/sgml/config.sgml
src/backend/postmaster/pgstat.c
src/backend/postmaster/postmaster.c
src/backend/utils/misc/guc.c