pgsql: Unconditionally write the statsfile when SIGHUP is received, to

From: mha(at)postgresql(dot)org (Magnus Hagander)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Unconditionally write the statsfile when SIGHUP is received, to
Date: 2008-08-25 18:55:43
Message-ID: 20080825185543.B6EF1755315@cvs.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
Unconditionally write the statsfile when SIGHUP is received, to minimize
the window during which backends have no statistics file to read.

Modified Files:
--------------
pgsql/src/backend/postmaster:
pgstat.c (r1.180 -> r1.181)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/backend/postmaster/pgstat.c?r1=1.180&r2=1.181)
pgsql/doc/src/sgml:
config.sgml (r1.188 -> r1.189)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/config.sgml?r1=1.188&r2=1.189)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2008-08-25 19:03:37 pgsql: Add standard boilerplate sentence about when stats_temp_directory
Previous Message Alvaro Herrera 2008-08-25 17:37:40 pgsql: Update URL to Ross William's paper.