pgsql: Make stats_temp_directory PGC_SIGHUP, and document how it may

From: mha(at)postgresql(dot)org (Magnus Hagander)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Make stats_temp_directory PGC_SIGHUP, and document how it may
Date: 2008-08-25 15:11:01
Message-ID: 20080825151101.28197755315@cvs.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
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.

Modified Files:
--------------
pgsql/src/backend/utils/misc:
guc.c (r1.469 -> r1.470)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/backend/utils/misc/guc.c?r1=1.469&r2=1.470)
pgsql/doc/src/sgml:
config.sgml (r1.187 -> r1.188)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/config.sgml?r1=1.187&r2=1.188)
pgsql/src/backend/postmaster:
pgstat.c (r1.179 -> r1.180)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/backend/postmaster/pgstat.c?r1=1.179&r2=1.180)
postmaster.c (r1.561 -> r1.562)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/backend/postmaster/postmaster.c?r1=1.561&r2=1.562)

Browse pgsql-committers by date

  From Date Subject
Next Message User Andrewd 2008-08-25 15:17:56 pgbuildfarm - client-code: Make sure temp file is unlinked
Previous Message Alvaro Herrera 2008-08-25 14:18:26 Re: pgsql: Add missing descriptions for aggregates, functions and