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)
commit7bad4dd9afaf053a598115550a6e3b2cd1a2f91c
tree67dc7b8a6ed35bb0bcc6fddf5f0b7142d9cb7e10
parente89ace88f10f2ebbb71cee0f7237483fd0afe73d
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