pgsql: Reduce the maximum sleep interval in the autovac launcher to 1

From: tgl(at)postgresql(dot)org (Tom Lane)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Reduce the maximum sleep interval in the autovac launcher to 1
Date: 2007-07-01 18:30:54
Message-ID: 20070701183054.F060C9FBAAA@postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
Reduce the maximum sleep interval in the autovac launcher to 1 second,
so that it responds to SIGQUIT reasonably promptly even on machines where
SA_RESTART signals restart a sleep from scratch. (This whole area could
stand some rethinking, but for now make it work like the other processes
do.) Also some marginal stylistic cleanups.

Modified Files:
--------------
pgsql/src/backend/postmaster:
autovacuum.c (r1.54 -> r1.55)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/postmaster/autovacuum.c.diff?r1=1.54&r2=1.55)

Browse pgsql-committers by date

  From Date Subject
Next Message Magnus Hagander 2007-07-01 18:40:38 pgsql: Add notes about configuring Visual Studio Express for use with
Previous Message Tom Lane 2007-07-01 18:28:41 pgsql: Treat the autovac launcher more like a regular backend, in that