Make stats_temp_directory PGC_SIGHUP, and document how it may cause a temporary
Magnus Hagander <magnus@hagander.net>
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.
Files
| Path | Change | +/− |
|---|---|---|
| doc/src/sgml/config.sgml | modified | +4 −2 |
| src/backend/postmaster/pgstat.c | modified | +20 −2 |
| src/backend/postmaster/postmaster.c | modified | +3 −2 |
| src/backend/utils/misc/guc.c | modified | +2 −2 |