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

Поиск
Список
Период
Сортировка
От tgl@postgresql.org (Tom Lane)
Тема pgsql: Reduce the maximum sleep interval in the autovac launcher to 1
Дата
Msg-id 20070701183054.F060C9FBAAA@postgresql.org
обсуждение исходный текст
Список 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 по дате отправления:

Предыдущее
От: tgl@postgresql.org (Tom Lane)
Дата:
Сообщение: pgsql: Treat the autovac launcher more like a regular backend, in that
Следующее
От: mha@postgresql.org (Magnus Hagander)
Дата:
Сообщение: pgsql: Add notes about configuring Visual Studio Express for use with