pgsql: Improve autovacuum launcher's ability to detect a problem in - Mailing list pgsql-committers

From alvherre@postgresql.org (Alvaro Herrera)
Subject pgsql: Improve autovacuum launcher's ability to detect a problem in
Date
Msg-id 20070625160903.9FCA99FB682@postgresql.org
Whole thread Raw
List pgsql-committers
Log Message:
-----------
Improve autovacuum launcher's ability to detect a problem in worker startup,
by having the postmaster signal it when certain failures occur.  This requires
the postmaster setting a flag in shared memory, but should be as safe as the
pmsignal.c code is.

Also make sure the launcher honor's a postgresql.conf change turning it off
on SIGHUP.

Modified Files:
--------------
    pgsql/src/backend/postmaster:
        autovacuum.c (r1.50 -> r1.51)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/postmaster/autovacuum.c.diff?r1=1.50&r2=1.51)
        postmaster.c (r1.527 -> r1.528)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/postmaster/postmaster.c.diff?r1=1.527&r2=1.528)
    pgsql/src/include/postmaster:
        autovacuum.h (r1.10 -> r1.11)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/include/postmaster/autovacuum.h.diff?r1=1.10&r2=1.11)

pgsql-committers by date:

Previous
From: tgl@postgresql.org (Tom Lane)
Date:
Subject: pgsql: Separate parse-analysis for utility commands out of
Next
From: alvherre@postgresql.org (Alvaro Herrera)
Date:
Subject: pgsql: Remove unused BAD_LOCATION definition.