pgsql: Treat the autovac launcher more like a regular backend, in that - Mailing list pgsql-committers

From tgl@postgresql.org (Tom Lane)
Subject pgsql: Treat the autovac launcher more like a regular backend, in that
Date
Msg-id 20070701182841.889C89FB5DD@postgresql.org
Whole thread Raw
List 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 by date:

Previous
From: tgl@postgresql.org (Tom Lane)
Date:
Subject: pgsql: Avoid memory leakage when a series of subtransactions invoke
Next
From: tgl@postgresql.org (Tom Lane)
Date:
Subject: pgsql: Reduce the maximum sleep interval in the autovac launcher to 1