pgsql: Reduce the maximum sleep interval in the autovac launcher to 1 - Mailing list pgsql-committers

From tgl@postgresql.org (Tom Lane)
Subject pgsql: Reduce the maximum sleep interval in the autovac launcher to 1
Date
Msg-id 20070701183054.F060C9FBAAA@postgresql.org
Whole thread Raw
List 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)

pgsql-committers by date:

Previous
From: tgl@postgresql.org (Tom Lane)
Date:
Subject: pgsql: Treat the autovac launcher more like a regular backend, in that
Next
From: mha@postgresql.org (Magnus Hagander)
Date:
Subject: pgsql: Add notes about configuring Visual Studio Express for use with