pgsql: Treat the autovac launcher more like a regular backend, in that

Поиск
Список
Период
Сортировка
От tgl@postgresql.org (Tom Lane)
Тема pgsql: Treat the autovac launcher more like a regular backend, in that
Дата
Msg-id 20070701182841.889C89FB5DD@postgresql.org
обсуждение исходный текст
Список pgsql-committers
Log Message:
-----------
Treat the autovac launcher more like a regular backend, in that we wait
for it to die before telling the bgwriter to initiate shutdown checkpoint.
Since it's connected to shared memory, this seems more prudent than the
alternative of letting it quit asynchronously.  Resolves my complaint
of yesterday about repeated shutdown checkpoints in CVS HEAD.

Modified Files:
--------------
    pgsql/src/backend/postmaster:
        postmaster.c (r1.529 -> r1.530)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/postmaster/postmaster.c.diff?r1=1.529&r2=1.530)

В списке pgsql-committers по дате отправления:

Предыдущее
От: tgl@postgresql.org (Tom Lane)
Дата:
Сообщение: pgsql: Avoid memory leakage when a series of subtransactions invoke
Следующее
От: tgl@postgresql.org (Tom Lane)
Дата:
Сообщение: pgsql: Reduce the maximum sleep interval in the autovac launcher to 1